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: Relationship Question

Re: Relationship Question

From: David Portas <REMOVE_BEFORE_REPLYING_dportas_at_acm.org>
Date: 14 Oct 2006 16:08:09 -0700
Message-ID: <1160867289.795323.238290@i42g2000cwa.googlegroups.com>


Logan wrote:
> Is the following a true and accurate statement within the context of a
> physical schema?
>
> "a foreign key constraint defines a relationship to another table"
>
> Thanks,
> Logan

It would be more accurate to say "enforces" rather than "defines". Relationships are represented by values within tuples within relations. A foreign key constraint is just one type of constraint (not the only one) for guaranteeing the integrity of certain binary relationships.

A foreign key is part of the logical model rather than the physical one.

-- 
David Portas
Received on Sat Oct 14 2006 - 18:08:09 CDT

Original text of this message

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