MCQOPTIONS
Saved Bookmarks
| 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 AFTER INSERT trigger. |
| A. | for insert, on |
| B. | On, for insert |
| C. | For, insert |
| D. | None of the mentioned |
| Answer» C. For, insert | |