1.

The CREATE TRIGGER statement is used to create the trigger. THE _____ clause specifies the table name on which the trigger is to be attached. The ______ specifies that this is an AFTERINSERT trigger.

A. for insert, on
B. On, for insert
C. For, insert
D. Both a and c
Answer» C. For, insert


Discussion

No Comment Found