Multiple choice How can we create ROW level TRIGGER from following clauses used in creating trigger? For level For row level For each row 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)