| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: A question for Mr. Celko
On Sat, 17 Jul 2004 23:29:03 -0700, John Jacob wrote:
>> I hypothesize that you can have list-valued-attributes inline (as >> is already often the case with strings) and relation-valued attributes >> implemented as separate relations, and still keep things quite simple. >> I'm still investigating this, though.
Not all interpretations of 1NF say that they are disallowed. The one that makes the most sense to me says that the value should be atomic from the database's perspective. In that case you can have any value in an attrbute but you are not allowed to "break it open" which means you cannot have the nest and unnest operations from the nested relational algebra.
![]() |
![]() |