MCQ Single Best Answer Easy

QWhich of the following is a characteristic of triggers in MySQL?

ID: #15535 Stored functions and triggers - MySQL 133 views
Question Info
#15535Q ID
EasyDifficulty
Stored functions and triggers - MySQLTopic

Choose the Best Option

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

  • A They can return result sets
  • B They are called explicitly by the application
  • C They can be defined on temporary tables
  • D They are executed before a specific event occurs
Correct Answer: Option D

Explanation

A characteristic of triggers in MySQL is that they are executed before a specific event occurs. Triggers are defined to perform actions before or after an event, such as before inserting a row into a table or after updating a record.

Share This Question

Challenge a friend or share with your study group.