Question

A PL/SQL `TRIGGER` is a stored program that automatically executes in response to:

A A manual execution command from a user.
B A specific database event (e.g., `INSERT`, `UPDATE`, `DELETE`).
C A scheduled time interval.
D A network connection request.
E A compiler error.
Practice Next

Hey! Ask a query