SQL Server program code that is executed after an SQL command has been processed is called a(n):
Options
A. INSTEAD OF trigger.
B. BEFORE trigger.
C. AFTER trigger.
D. BEGIN trigger.
Correct Answer
AFTER trigger.
SQL Server 2000 problems
Search Results
1. An SQL Server 2000 language that adds programming elements like parameters, variables, IF, WHILE loops, and so forth, to the basic capabilities of SQL is called: