DECIMAL

The DECIMAL data type can take two forms: DECIMAL(p) floating point and DECIMAL(p,s) fixed point.

In an ANSI-compliant database all DECIMAL numbers are fixed point.

By default, literal numbers that include a decimal ( . ) point are interpreted by the database server as DECIMAL values.