Home » MYSQL » Data Types » Question
  1. The REAL type is synonym for ___________
    1. a)
      b)
      c)
      d) BIT
    2. FLOAT
    3. INT
    4. DOUBLE
    5. None of these
Correct Option: D

The REAL datatype, by default, is for the DOUBLE type. Floating point types can be defined as UNSIGNED. This eliminates the negative end of the type ranges. MySQL has a variety of default types.



Your comments will be displayed only after manual approval.