DEVFYI - Developer Resource - FYI

Can Check constraint be used for self referential integrity ? How ?

ORACLE Interview Questions and Answers (Part 5)


(Continued from previous question...)

32.Can Check constraint be used for self referential integrity ? How ?

Yes. In the CHECK condition for a column of a table, we can reference some other column of the same table and thus enforce self referential integrity.

(Continued on next question...)

Other Interview Questions