In a PL/SQL block, a variable is declared as NUMBER without an initial value. What will its value be when it is used in the executable section of the PL/SQL block?A. NULLB. 0C. results in a compilation errorD. An exception will be raised

Showing Answers 1 - 7 of 7 Answers

Vishal

  • Sep 27th, 2006
 

The value would be 0.

  Was this answer useful?  Yes

anil

  • Oct 7th, 2006
 

NULL

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions