Triggers are most useful to enforce which type of integrity?
-
Referential integrity
-
Entity integrity
-
Domain integrity
-
User-defined integrity
-
None of these
A
Correct answer
Explanation
Rows cannot be deleted which are used by other records. Triggers are most useful to enforce referential integrity. Referential integrity enforces rules used to ensure that data remains valid across multiple tables.