Multiple Choice
DECLARE TYPE type_basket IS RECORD(
Basket bb_basket.idBasket%TYPE,
Created bb_basket.dtcreated%TYPE,
Total bb_basket.cost%TYPE,
Qty bb_basket.quantity%TYPE,
Sub bb_basket.subtotal%TYPE) ;
Rec_basket type_basket;
BEGIN
--- executable code ---
END;
According to the code fragment above, which variable is declared using the type_basket data type?
A) basket
B) rec_basket
C) sub
D) qty
Correct Answer:

Verified
Correct Answer:
Verified
Q40: The GOTO statement interrupts the flow of
Q41: The<u> UPDATE</u> statement is sometimes called a
Q42: Discuss the meaning of the term collection.
Q43: A variable declared with a record type
Q44: A(n) _ data type is quite similar
Q46: A(n) _ is a variable that can
Q47: A(n) _ is a variable that can
Q48: Which of the following code fragments correctly
Q49: A scalar variable can hold multiple values
Q50: One major advantage of using collections as