Multiple choice technology databases

What is the maximum number of statements that can be specified in a trigger statement?

  1. 1

  2. 2

  3. 3

  4. 4

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

A database trigger definition can contain only a single SQL or PL/SQL statement. While this single statement can be a compound statement (enclosed within a BEGIN and END block), the trigger structure itself syntactically limits the definition to exactly one top-level statement.