MS SQL Server – 59 – Triggers Usage MCQ

59 – Triggers Usage MCQ

1 / 25

1. What type of trigger in SQL Server executes automatically after the triggering action?

2 / 25

2. Which type of trigger in SQL Server is used to replace or substitute the original triggering action?

3 / 25

3. What is the primary purpose of INSTEAD OF Triggers in SQL Server?

4 / 25

4. Which type of trigger in SQL Server is used to perform actions based on the first event in a sequence of events?

5 / 25

5. In SQL Server, what is the primary purpose of First and Last Triggers?

6 / 25

6. Which type of trigger in SQL Server is used to capture and respond to changes in database schema?

7 / 25

7. What does DDL stand for in the context of DDL Triggers in SQL Server?

8 / 25

8. What is the primary application area of DDL Triggers in SQL Server?

9 / 25

9. In SQL Server, which type of trigger is suitable for monitoring and capturing changes to table data?

10 / 25

10. What is the primary difference between a Database-Level Trigger and a Server-Level Trigger in SQL Server?

11 / 25

11. Which type of trigger in SQL Server is suitable for capturing events that affect the entire server?

12 / 25

12. What is the primary application area of Database-Level Triggers in SQL Server?

13 / 25

13. Which type of trigger in SQL Server is defined at the database level and can capture events within that database?

14 / 25

14. In SQL Server, which type of trigger can be used to prevent specific DDL statements from executing?

15 / 25

15. What is the primary purpose of AFTER Triggers in SQL Server?

16 / 25

16. In SQL Server, what is the primary purpose of INSTEAD OF Triggers?

17 / 25

17. Which type of trigger in SQL Server can be used to modify or transform data before it is inserted, updated, or deleted?

18 / 25

18. What is the primary purpose of Last Triggers in SQL Server?

19 / 25

19. Which type of trigger in SQL Server is suitable for capturing and responding to changes in table data?

20 / 25

20. What is the primary application area of Server-Level Triggers in SQL Server?

21 / 25

21. In SQL Server, which type of trigger is used to capture and respond to changes in database objects and schema?

22 / 25

22. What is the primary application area of Server-Level Triggers in SQL Server?

23 / 25

23. Which statement is true regarding the execution order of First and Last Triggers in SQL Server?

24 / 25

24. In SQL Server, what type of trigger is suitable for capturing and responding to changes in data at the column level?

25 / 25

25. What is the primary purpose of a Column-Level Trigger in SQL Server?

Your score is

0%