Multiple choice

How can we create ROW level TRIGGER from following clauses used in creating trigger?

  1. For level

  2. For row level

  3. For each row

  4. None of the above

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

 Syntax for creating a ROW LEVEL TRIGGERcode - CREATE OR REPLACE TRIGGER<trigger name><BETORE|AFTER><ACTION>ON <table name>FOR EACH ROW (THIS IS CORERCT CLAUSE USED IN)