Single Choice
Easy
QWhich keyword is used to define the timing of a trigger in MySQL?
ID: #15536
Stored functions and triggers - MySQL
143 views
Question Info
#15536Q 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 keyword "BEFORE" is used to define the timing of a trigger in MySQL. It specifies that the trigger should be executed before the corresponding event, such as a row insertion, update, or deletion.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic