Exact numeric data type

The syntax for the exact numeric data type in BNF is as follows:

Syntax

exact_numeric_data_type ::=
TINYINT
  | SMALLINT
  | INTEGER
  | NUMERIC | NUMBER [ ( precision [ , scale ] ) ] 
  | DECIMAL [ ( precision , scale ) ] 

For more information, see Exact numeric data types.