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: Foreign key in Oracle Sql

Re: Foreign key in Oracle Sql

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 12 Jan 2005 07:17:25 -0800
Message-ID: <1105543045.426232.199090@z14g2000cwz.googlegroups.com>


With Oracle after you perform an alter table statement all of the pre-existing constraints will still be valid and do not have to be re-validated. If there would be any type of conflict the alter statement would error off to begin with.

It is very unfortunate that there were people on the ANSI committee that took the non-procedural language SQL and then specified that it should work in a procedural manner. Instead of saying if you start with set A and set B and perform a join operation on it with these operators (conditions) you should get set C and left how the SQL engine performed the work to the engine developers the committee actually went so far as to specify how the problem should be solved internally. What a shame. IMHO -- Mark D Powell -- Received on Wed Jan 12 2005 - 09:17:25 CST

Original text of this message

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