Numeric Datatypes in Oracle are mostly subtypes of the NUMBER datatype.
uml inheritance diagram: oracle numeric datatypes
Oracle SQL datatypes:
NUMBER
Number having precision (n) and scale (m).
The precision can range from 1 to 38.
The scale can range from -84 to 127.
(Festkommazahl mit n Stellen, davon m nach dem Komma.)
tags:datatypes oracle sql uml
Read more from " uml inheritance diagram: oracle numeric datatypes "





comment