| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Nulls, integrity, the closed world assumption and events
Brian Tkatch wrote:
> David wrote:
> > Brian Tkatch wrote:
> > > Cimode wrote:
> > > > David wrote:
> > > > > Consider the following relation
> > > > >
> > > > > person(P,M,F) :- person P has mother M, father F.
> > > > >
> > > > > By induction a non-empty
> > > > > database would have to be infinite.
> > > > A false premise makes all deductions coming from it false. Closed
> > > > World Assumption does not say anything about the number of element that
> > > > belong to a domain of values from which one attribute values are
> > > > derived. In the case of a *person* domain, the number of elements in
> > > > the set is certainly finite. Therefore, the number of propositions
> > > > involving person as an attribute is limited as well.
> > >
> > > Would not the question be better stated:
> > >
> > > If a table lists linked chains (with the linked-to link), how is the
> > > final link (whether first or last) stated?
> > >
> > > In such a case i link the item to itself.
> >
> > You suggest a proposition stating that a person is their own
> > mother/father?
>
>
>
>
>
Do you suggest this by analogy to algorithms and data structures (written in C++ for example) that use the same technique? Interestingly the more common approach is to use null pointers.
IMO the RM is founded first and foremost on mathematical logic, and therefore stating any proposition that is actually wrong must be avoided. This is also why I think nulls are bad.
Whilst on the subject of nulls, I have seen a paper written in '83 by Carlo Zaniolo that suggests nulls can represent "no information" (which encompasses all the more specific interpretations such as "unknown" and "non-existent"), and this appears to lead to a decent mathematical model, unlike Codd's 3vl which is far from compelling. Received on Wed Jan 10 2007 - 19:18:27 CST
![]() |
![]() |