Subject | Re: Keys :: was Re: [IBO] LookupCombo |
---|---|
Author | Nando Dessena |
Post date | 2001-05-12T14:30:01Z |
Claudio,
--
____
_/\/ando
> > To further confuse, people coming from desktop dbs often think aA typo for sure; there's no such thing as a "non-nullable index".
> > key and an index are the same thing. They are not. It so
> > happens that one of the things IB does to implement its rules for
> > a primary key is to create a unique, non-nullable index for its
> > column(s). Currently, it implements its rules for a foreign key
> > by creating a non-unique, non-nullable index for it's column(s).
>
> I either misunderstood the posting or there's a typo here. FKs are supported
> by an underlying index that's non-unique, so it accepts NULL entries.
> Otherwise, you couldn't create non-mandatory, non-identifying relationships
> between entities (tables).
--
____
_/\/ando