InterviewSolution
Saved Bookmarks
| 1. |
What is the difference in execution of triggers and stored procedures? |
|
Answer» A trigger is automatically executed without any action required by the user, whereas, a stored procedure needs to be explicitly invoked. |
|