Saturday 26 May 2012

Which of the following events cannot be customized with triggers? | PL SQL

A.    INSERT INTO statement
B.    CREATE TABLE statement in a schema
C.    DELETE    CASCADE CONSTRAINTS
D.    SET PAUSE ON
  Option D cannot be customized; whereas, all the other options can be customized using triggers.