Which of the following data types is not supported by ANSI?
2017
Which of the following data types is not supported by ANSI?
- A.
DECIBLE
- B.
INT
- C.
DOUBLE
- D.
REAL
Attempted by 312 students.
Show answer & explanation
Correct answer: A
The correct option is A (DECIBLE). ANSI SQL standard supports data types like INT, DOUBLE, and REAL for numeric values. There is no data type called DECIBLE in ANSI SQL (the correct term for exact numerics is DECIMAL).