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.
- A. Database index
- B. Database trigger ✓
- C. Primary key
- D. Entity-Relationship (ER) diagram
Correct answer
B. Database trigger
Explanation
Database trigger refers to a stored procedure that automatically executes in response to certain events on a table.