Single Choice
Easy
QWhich statement is used to create a trigger in MySQL?
ID: #15539
Stored functions and triggers - MySQL
165 views
Question Info
#15539Q ID
EasyDifficulty
Stored functions and triggers - MySQLTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
The "CREATE TRIGGER" statement is used to create a trigger in MySQL. It defines the trigger name, timing, event, and the actions to be performed when the event occurs.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic