True/False
One prominent limitation in the use of triggers is that they cannot issue transaction control statements of COMMIT, ROLLBACK, and SAVEPOINT.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q34: Which of the following statements is True
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
Q40: Numerous triggers can be constructed on one