Multiple choice technology databases

Select all ANSI supported datatypes.

  1. CHARACTER

  2. NUMBER

  3. INTEGER

  4. REAL

Reveal answer Fill a bubble to check yourself
A,C,D Correct answer
Explanation

CHARACTER, INTEGER, and REAL are standard ANSI SQL data types. NUMBER is an Oracle-specific data type rather than a standard ANSI SQL type.