Which statement is correct about the above code?

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?

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:



Leave a Reply 5

Your email address will not be published. Required fields are marked *


samkelo siyabonga ngubo

samkelo siyabonga ngubo

b

Nishdha

Nishdha

correct answer is B as %TYPE cannot be applied to a constant