| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Foreign key problem
>> (a,b) REFERENCES (c,d)
(b,a) REFERENCES (c,d) <<
Read the SQL Standards:
(a, b) REFERENCES (c,d)
implies that a MATCHES c AND b MATCHES d
(b, a) REFERENCES (c,d)
implies that b MATCHES c AND a MATCHES d
these are very different. Received on Thu Jun 15 2006 - 14:48:15 CDT
![]() |
![]() |