Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: Functional Dependency to constrain a relation to exactly one element?

Re: Functional Dependency to constrain a relation to exactly one element?

From: Alfredo Novoa <alfredono_at_gmail.com>
Date: 2 Oct 2006 09:41:02 -0700
Message-ID: <1159807262.310457.181460@k70g2000cwa.googlegroups.com>

Bob Badour ha escrito:

> I think he was referring to the existential constraint.

Indeed, sorry.

> Assuming the
> dbms treats DEE as true, all one needs to provide for the constraint is
> a projection onto zero attributes:
>
> var R relation { ... } key {} constraint {},
> insert R ...;

Elegant solution. Another way could be to use: not IsEmpty().

Regards
  Alfredo Received on Mon Oct 02 2006 - 11:41:02 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US