Advanced SQL - Technical MCQs

Q1:

Which of the following is true concerning triggers?

A You do not create them with SQL.

B They execute against only some applications that access a database.

C They have an event, condition, and action.

D They cannot cascade (cause another trigger to fire).

ANS:C - They have an event, condition, and action.

No answer description is available.