Multiple choice

Which of the following is not a database object?

  1. Index

  2. Cursor

  3. Sequence

  4. Trigger

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

Triggers are SQL statements that are stored in the database catalog. Once triggers are activated by database events such as UPDATE, DELETE or INSERT, the triggers will execute either before or after the event that initiates them.