| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: NULLs: theoretical problems?
"Brian Selzer" <brian_at_selzer-software.com> wrote in
news:OMCxi.33891$2v1.16469_at_newssvr14.news.prodigy.net:
>
> "V.J. Kumar" <vjkmail_at_gmail.com> wrote in message
>> The full 92/2003 standard compliance does require that deferrable >> constraints should be implemented. The entry/intermediate compliance >> level does not. There is no notion of "Core SQL" in the standard. >>
Yes, you are quite right, I was under impression that they had preseved the entry/intermediate/full level taxonomy in '2003 but instead they use 'Core' and 'outside Core' terminology. Sorry about that.
It is odd though that they consider features that are indispensable for any modern SQL based imlementation as not 'core'. For example,
dynamic SQL
alter table drop column/alter table add constraint/drop constraint
isolation level other than serializable (this one is especially funny !)
derived table ( select * from (select abc from t1) x)
etc... Received on Sat Aug 18 2007 - 14:01:15 CDT
![]() |
![]() |