In SQL Server, what is the purpose of the TRIGGER?
A. Generate a sequence of numbers
B. Execute a set of statements in response to an event
C. Establish a link between two tables
D. Enforce a unique constraint
A TRIGGER in SQL Server is used to execute a set of statements in response to an event.