Q. Triggers and events are invoked automatically by the server.
β
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.