Database Management Systems (DBMS)
Select the accurate description of Database trigger.
- A. The process of organizing database tables to reduce data redundancy and improve data integrity.
- B. A diagram that visually represents entities and their relationships within a database.
- C. A stored procedure that automatically executes in response to certain events on a table. ✓
- D. A column or set of columns that uniquely identifies each row in a database table.
Correct answer
C. A stored procedure that automatically executes in response to certain events on a table.
Explanation
Database trigger refers to a stored procedure that automatically executes in response to certain events on a table.