Home » MYSQL » Mysql Setup » Question
  1. What is the synonym for REAL?
    1. INT
    2. BIT
    3. DOUBLE
    4. FLOAT
    5. None of these
Correct Option: C

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.