Multiple choice

Which of the following commands is used to create a trigger?

  1. CREATE TRIGGER

  2. CREATE VIEW

  3. CREATE TABLESPACE

  4. GRANT

  5. CREATE SYNONYM

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

This option is correct as CREATE TRIGGER command is a SQL statement that creates a trigger to the database schema.