Question: Why is it better to use an integrity constraint to validate data in a table than to use a stored procedure?Answer: Because an integrity constraint is automatically checked while data is inserted into a table. A stored has to be specifically invoked. |
Is it helpful?
Yes
No
Most helpful rated by users: