| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Dawn doesn't like 1NF
"Paul" <paul_at_test.com> wrote in message
news:4173739e$0$59437$ed2619ec_at_ptn-nntp-reader03.plus.net...
> The problem arises when people think you should be able to access the
> "inner" relation *directly* from the external database engine. e.g.
> something like:
>
> SELECT * FROM RELATION (SELECT foo FROM bar WHERE id = 123)
This example hits it in the nail: instead of simplicity of nesting inner views (relational closure), one have to make 3(!) assumptions:
Every of this steps introduces a potential for an (parse- or runtime) exception. Received on Wed Oct 20 2004 - 15:33:09 CDT
![]() |
![]() |