Multiple Choice
Which command do you use to write a procedure that should be executed automatically when a certain database operation is performed?
A) SET AFTER
B) SET ON UPDATE
C) CREATE PROCEDURE
D) CREATE TRIGGER
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: Which statement about triggers is correct?<br>A) In
Q21: If Mack wants to display the number
Q22: Discuss two reasons for creating a stored
Q23: When creating a stored procedure to retrieve
Q24: What function can you use to obtain
Q26: The DATE_ADD function has one argument.
Q27: MySQL procedures without error handling _.<br>A) display
Q28: How do you add a specific number
Q29: A trigger is executed _.<br>A) regularly at
Q30: What is the difference between a nonprocedural