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.
In oracle which data type is equal for java's float data type?