Q:

What are the after triggers ?

belongs to collection: DBMS - SQL MCQ

0

What are the after triggers ?


  1. Triggers generated after a particular operation
  2. These triggers run after an insert, update or delete on a table
  3. These triggers run after an insert, views, update or delete on a table
  4. Both b and c

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(b).These triggers run after an insert, update or delete on a table

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

DBMS - SQL MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
The variables in the triggers are declared using... >>
<< The CREATE TRIGGER statement is used to create the...