Multiple Choice
CURSOR basketitem_curIS
SELECT idproduct, quantity, option1
FROM bb_basketitem
WHERE idbasket = :NEW.idbasket;
In the code fragment above, which of the following represents the correlation identifier?
A) idproduct
B) bb_basketitem
C) quantity
D) :NEW.idbasket
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: A(n) _ table is one that is
Q28: A(n) _ is a PL/SQL block that
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
Q33: Using the MULITPLE TRIGGER clause will allow
Q34: Which of the following statements is True
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