- integral_type represents fixed full number data types (
SMALLINT,INTEGER, andBIGINT). - numeric_type refers to all the available Numeric types.
DOUBLErepresents approximate numeric data types (DOUBLE,FLOAT,REAL).DECIMALrepresents an exact numeric data type (NUMERIC).