Re: Two academic questions

2022-02-01 Thread Дмитрий Иванов
Thank you, I learned everything I needed to know. -- Regards, Dmitry! ср, 2 февр. 2022 г. в 11:36, David G. Johnston : > > > On Tuesday, February 1, 2022, Дмитрий Иванов > wrote: > >> DEFAULT VALUE <> GENERATED ALWAYS AS STORED the DEFAULT value is not recalculated when the refer

Re: Two academic questions

2022-02-01 Thread David G. Johnston
On Tuesday, February 1, 2022, Дмитрий Иванов wrote: > >>> >>> DEFAULT VALUE <> GENERATED ALWAYS AS STORED >>> the DEFAULT value is not recalculated when the reference column are >>> changed. is not an identical construction GENERATED ALWAYS AS STORED >>> >>> *reply:* >>> They are in a separate li

Re: Two academic questions

2022-02-01 Thread Дмитрий Иванов
> > >> >> DEFAULT VALUE <> GENERATED ALWAYS AS STORED >> the DEFAULT value is not recalculated when the reference column are >> changed. is not an identical construction GENERATED ALWAYS AS STORED >> >> *reply:* >> They are in a separate list “Methods”. >> This approach was used for other databases

Re: Two academic questions

2022-02-01 Thread David G. Johnston
On Tuesday, February 1, 2022, Дмитрий Иванов wrote: > ср, 2 февр. 2022 г. в 09:19, David G. Johnston >: > >> On Tue, Feb 1, 2022 at 8:15 PM Дмитрий Иванов >> wrote: >> >>> Why are COLUMN GENERATED ALWAYS AS called "methods" and singled out as a >>> separate field type? >>> >> >> This sounds lik

Re: Two academic questions

2022-02-01 Thread Дмитрий Иванов
ср, 2 февр. 2022 г. в 09:19, David G. Johnston : > On Tue, Feb 1, 2022 at 8:15 PM Дмитрий Иванов > wrote: > >> Why are COLUMN GENERATED ALWAYS AS called "methods" and singled out as a >> separate field type? >> > > This sounds like you are describing something written. Can you provide a > link t

Re: Two academic questions

2022-02-01 Thread David G. Johnston
On Tue, Feb 1, 2022 at 8:15 PM Дмитрий Иванов wrote: > Why are COLUMN GENERATED ALWAYS AS called "methods" and singled out as a > separate field type? > This sounds like you are describing something written. Can you provide a link to where that is? Is there a common name in the community for t

Two academic questions

2022-02-01 Thread Дмитрий Иванов
Good afternoon. There are a couple of questions that I come back to from time to time: Why are COLUMN GENERATED ALWAYS AS called "methods" and singled out as a separate field type? Is there a common name in the community for the approach in which the data schema is presented as data? -- Regards, Dm