- A They can return result sets
- B They can be called explicitly
- C They can modify data in the database
- D They are invoked by stored procedures only
- Share this MCQ
Answer:
C
Share this MCQ
A characteristic of triggers in MySQL is that they can modify data in the database. Triggers are capable of executing SQL statements that update, insert, or delete records based on specific events.
Click me to Read more Question & Answer of Stored functions and triggers - MySQLShare this MCQ