ORDER_TOTAL is a column in the orders table with the data type and size as number(8, 2)
Examine the following code:
Which statement is correct about the above code?
A.
It gives an error in line 3
B.
It gives an error in line 4
C.
It gives an error in line 6
D.
It executes successfully and displays the output.
Explanation:
b
b
b
B
correct answer is B as %TYPE cannot be applied to a constant