1. Learn
  2. /
  3. Courses
  4. /
  5. Building and Optimizing Triggers in SQL Server

Exercise

Counting the AFTER triggers

During your analysis of the database, you decide you'd like to have an overview of how many AFTER triggers exist.

You use the sys.triggers view to count the AFTER triggers.

How many triggers are there?

Instructions

50 XP

Possible answers