Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The ISO SQL:2003 standard defines two numeric types. Each numeric type has a few different data types. The standard numeric types and their associated keywords are:
Exact numeric type:
NUMERIC(g,f)
DECIMAL(g,f) can be abbreviated as DEC
SMALLINT
INTEGER can be abbreviated as INT
BIGINT
Approximate numeric type:
FLOAT(p)
REAL
DOUBLE PRECISION