-
A.
Stored function
-
B.
Stored procedure
-
C.
Trigger
-
D.
View
Correct Option: CExplanation:
A trigger is a MySQL object that is used to automatically execute SQL statements in response to specific events, such as INSERT, UPDATE, or DELETE operations on a table. Triggers are defined to perform actions based on the occurrence of predefined events.