Q. Triggers and events are invoked automatically by the server.

  • (A) True
  • (B) DATABASE
  • (C) ---
  • (D) ---
πŸ’¬ Discuss
βœ… Correct Answer: (A) True
Explanation: In MySQL, triggers and events are database objects that are automatically invoked or executed by the server based on certain conditions or events. Triggers are activated in response to specific actions, such as INSERT, UPDATE, or DELETE operations on a table, while events are scheduled tasks that run at specified times or intervals. Since triggers and events are executed automatically by the MySQL server, Option A, "True," is the correct answer.
Explanation by: Vikash Gupta
In MySQL, triggers and events are database objects that are automatically invoked or executed by the server based on certain conditions or events. Triggers are activated in response to specific actions, such as INSERT, UPDATE, or DELETE operations on a table, while events are scheduled tasks that run at specified times or intervals. Since triggers and events are executed automatically by the MySQL server, Option A, "True," is the correct answer.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
92
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Vikash Gupta
Publisher
πŸ“ˆ
90%
Success Rate