DEVFYI - Developer Resource - FYI

Why is it better to use an integrity constraint to validate data in a table than to use a stored procedure ?

PL/SQL Interview Questions and Answers


(Continued from previous question...)

Why is it better to use an integrity constraint to validate data in a table than to use a stored procedure ?

Because an integrity constraint is automatically checked while data is inserted into a table. A stored has to be specifically invoked.

(Continued on next question...)

Other Interview Questions