Single Choice Easy

QWhich statement is used to create a trigger in MySQL?

ID: #15539 Stored functions and triggers - MySQL 165 views
Question Info
#15539Q ID
EasyDifficulty
Stored functions and triggers - MySQLTopic

Choose the Best Option

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

  • A CREATE PROCEDURE
  • B CREATE TRIGGER
  • C CREATE FUNCTION
  • D CREATE TABLE
Correct Answer

Explanation

The "CREATE TRIGGER" statement is used to create a trigger in MySQL. It defines the trigger name, timing, event, and the actions to be performed when the event occurs.

Share This Question

Challenge a friend or share with your study group.