- A They can return result sets
- B They are called explicitly by the application
- C They can be defined on temporary tables
- D They are executed before a specific event occurs
- Share this MCQ
Answer:
D
Share this MCQ
A characteristic of triggers in MySQL is that they are executed before a specific event occurs. Triggers are defined to perform actions before or after an event, such as before inserting a row into a table or after updating a record.
Click me to Read more Question & Answer of Stored functions and triggers - MySQLShare this MCQ