-
What is abc in the following statement?
CREATE TRIGGER pqr(...) (...) ON def FOR EACH ROW mno;
-
- table name
- trigger statement
- update statement
- trigger name
- None of these
Correct Option: D
In MySQL, the trigger creation construct is the ‘CREATE TRIGGER’ construct. It specifies the trigger name, the type of statement for which it is activated, and the table name and statement.