InterviewSolution
Saved Bookmarks
| 1. |
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. Because an integrity constraint is automatically checked while data is inserted into a table. A stored has to be specifically invoked. |
|