adplus-dvertising
frame-decoration

Question

AFTER trigger in SQL Server can be applied to _________________

a.

Table

b.

Views

c.

Table and Views

d.

Function

Answer: (c).Table and Views

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. AFTER trigger in SQL Server can be applied to _________________

Similar Questions

Discover Related MCQs

Q. DML triggers in SQL Server is applicable to _____________

Q. Triggers created with FOR or AFTER keywords is _____________

Q. Which of the following is not a typical trigger action?

Q. Triggers can be enabled or disabled with the ________ statement.

Q. _____________ is special type of trigger based on CLR environment.

Q. Point out the correct statement.

Q. DDL triggers can be applied to __________ statement.

Q. INSTEAD of clause cannot be used for ____________ trigger.

Q. Point out the wrong statement.

Q. Purpose of DDL Trigger is to _____________

Q. DDL triggers can only fire after the ______ statement has occurred.

Q. How many types of DDL Trigger is present in SQL Server?

Q. ____________ triggers do not create the special inserted and deleted tables.

Q. Scope of DDL triggers in SQL Server can be _____________

Q. Which of the following is a way to build dynamic sql statements?

Q. Point out the correct statement.

Q. Dynamic SQL Statements in SQL Server can be easily built using ________________

Q. Which of the following is a calling syntax for sp_executesql?

Q. Point out the wrong statement.

Q. The Dynamic SQL Queries in a variable are __________ until they are executed.