Multiple choice Which of the following is not a database object? Index Cursor Sequence 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.