In oracle which data type is equal for java's float data type?

This question is related to Oracle Interview

Showing Answers 1 - 3 of 3 Answers

shyamsundar

  • Jan 4th, 2007
 

number(x,y) is used where x is total number of digits and y is number of decimal places that we want. for example if we want to store values like 100.23, 150.50 etc we will say number(5,2) for this requirement.

  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