Multiple choice technology databases

A trigger belongs to…

  1. a single table in the database

  2. to all tables in the database

  3. to all the tables of the user

  4. more than one table in the database

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In relational database management systems, a trigger is explicitly bound to a single table, view, or schema, executing in response to data modification events on that specific table.