InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) DDL trigger can be used to observe and control actions performed on the server, and to audit these operations(b) DML trigger can be used to observe and control actions performed on the server, and to audit these operations(c) DDL triggers can be used to manage administrator tasks such as auditing and regulating database operations(d) None of the mentionedThe question was posed to me in final exam.I want to ask this question from DDL Triggers topic in division Developing with SQL Server of SQL Server |
|
Answer» Correct answer is (b) DML trigger can be used to observe and control actions PERFORMED on the server, and to audit these operations |
|