Solved

CURSOR Basketitem_curIS SELECT Idproduct, Quantity, Option1

Question 32

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions