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

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

Read Online SQL Job Interview Questions And Answers