Single Choice
Easy
QWhich MySQL object is used to automatically execute SQL statements in response to specific events?
ID: #15534
Stored functions and triggers - MySQL
120 views
Question Info
#15534Q 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
A trigger is a MySQL object that is used to automatically execute SQL statements in response to specific events, such as INSERT, UPDATE, or DELETE operations on a table. Triggers are defined to perform actions based on the occurrence of predefined events.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic