Q. Which statement is used to create a trigger?
β
Correct Answer: (A)
CREATE TRIGGER
Explanation: This question is asking about how you create a special type of rule in MySQL called a trigger.