Subtype | Usage | DECIMAL | Same as NUMBER | DEC | Same as DECIMAL | DOUBLE PRECISION | Same as NUMBER | NUMERIC | Same as NUMBER | REAL | Same as NUMBER | INTEGER | Equivalent to NUMBER(38) | INT | Same as INTEGER | SMALLINT | Same as NUMBER(38) | FLOAT | Same as NUMBER | FLOAT(prec) | Same as NUMBER(prec), but the precision is expressed in terms of binary bits, not decimal digits. Binary precision can range from 1 through 126. |
|