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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Stored function
  • B Stored procedure
  • C Trigger
  • D View
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.

Share This Question

Challenge a friend or share with your study group.