Vidyalelo
MySQL · Q38

MySQL

Programming · MySQL · question 38

Q38

Triggers and events are invoked automatically by the server.

A.
True
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
Solution:
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.