Database Management Systems (DBMS)

The following statement describes a specific concept. What is it called? a stored procedure that automatically executes in response to certain events on a table.

Correct answer

B. Database trigger

Explanation

Database trigger refers to a stored procedure that automatically executes in response to certain events on a table.