Multiple Choice
CREATE [OR REPLACE] TRIGGER trigger_name [BEFORE, AFTER]
[List of DDL or Database System Events] [ON DATABASE |
SCHEMA] Trigger body;
The syntax above represents that of a(n) ____ trigger.
A) statement
B) row level
C) system
D) Instead-Of
Correct Answer:

Verified
Correct Answer:
Verified
Q31: All of the following would cause a
Q32: CURSOR basketitem_curIS<br>SELECT idproduct, quantity, option1<br>FROM bb_basketitem<br>WHERE idbasket
Q33: Using the MULITPLE TRIGGER clause will allow
Q34: Which of the following statements is True
Q35: One prominent limitation in the use of
Q37: The ALTER TRIGGER statement is used to
Q38: Only one triggering event can be addressed
Q39: Which of the following events will cause
Q40: Numerous triggers can be constructed on one
Q41: The statement _ can be used to