Q. The statement used to create a trigger is . . . . . . . .
β
Correct Answer: (A)
CREATE TRIGGER
Explanation: The statement used to create a trigger in MySQL is CREATE TRIGGER.