RSS Feed for This PostCurrent Article

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.

Trackback URL

Post a Comment