Multiple Choice
Which of the following statements is True about mutating tables?
A) A table in an UPDATE statement that fires a row level trigger affecting the same table is not considered a mutating table unless the UPDATE includes a subquery.
B) A table in a DELETE statement that fires a row level trigger affecting the same table is not considered a mutating table unless the DELETE includes a subquery.
C) A table in an INSERT statement that fires a row level trigger affecting the same table is not considered a mutating table unless the INSERT includes a subquery.
D) A table in a DROP statement that fires a row level trigger affecting the same table is not considered a mutating table unless the DROP includes a subquery.
Correct Answer:

Verified
Correct Answer:
Verified
Q29: <u>Correlation identifiers</u> allow us to refer to
Q30: If multiple triggers exist on a table,
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
Q35: One prominent limitation in the use of
Q36: CREATE [OR REPLACE] TRIGGER trigger_name [BEFORE, AFTER]<br>[List
Q37: The ALTER TRIGGER statement is used to
Q38: Only one triggering event can be addressed
Q39: Which of the following events will cause