Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Deferred constraints (?)
Do we have the concept of deferred CHECK constraints?
For a constraint of this nature, I don't Oracle to check the whole table as
I
have done the fixes to ensure there is no occurrence of invalid condition.
I only want the future ones to be checked.
ALTER TABLE KB.table
ADD CONSTRAINT CHECK_DATES
CHECK (ENDTIME >= STARTTIME AND STOPTIME >= NENDTIME);
Thanks
Kumanan
This footnote also confirms that this email message has been swept by MIMEsweeper and Nortons Anti-Virus, for the presence of computer viruses.
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Aug 16 2001 - 06:30:40 CDT
![]() |
![]() |