Multiple Choice
Which of the following code fragments tells the system to look up the data type of a database column and use it for the declared variable?
A) DECLARE
Order NUMBER(2) := 4;
Total_amt NUMBER(2) ;
BEGIN
--- executable code ---
END;
B) DECLARE
Order.quantity%TYPE;
Total_amt NUMBER(2) ;
BEGIN
--- executable code ---
END;
C) DECLARE
Order.quantity#TYPE;
Total_amt NUMBER(2) ;
BEGIN
--- executable code ---
END;
D) DECLARE
Order CONSTANT NUMBER(2) := 4;
Total_amt NUMBER(2) ;
BEGIN
--- executable code ---
END;
Correct Answer:

Verified
Correct Answer:
Verified
Q27: A(n) _ is an ordered group of
Q28: A(n) _ of data typically includes a
Q29: Declaring a table of records variable in
Q30: A(n) _ statement could be used to
Q31: What is an associative array?
Q33: Which of the following attributes is available
Q34: A(n)<u>index table</u> is an ordered group of
Q35: Which of the following statements is incorrect?<br>A)
Q36: The associative array attribute <u>EXISTS </u>returns the
Q37: A(n) _ can store and handle multiple