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

Choose the Best Option

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

  • A BEFORE
  • B AFTER
  • C WHEN
  • D ON
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.

Share This Question

Challenge a friend or share with your study group.