30Mar/070
uml inheritance diagram: oracle numeric datatypes
Numeric Datatypes in Oracle are mostly subtypes of the NUMBER datatype.
oracle-datatypes-datentypen.jpg" title="uml inheritance diagram: oracle numeric datatypes" alt="uml inheritance diagram: oracle numeric datatypes" height="99%" width="99%" />
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.)















