Why is it better to use an integrity constraint to validate data in a table than to use a stored procedure?
By admin on Mar 8, 2007 in CLIENT/SERVER interview questions
Because an integrity constraint is automatically checked while data is inserted into
a table. A stored has to be specifically invoked.


