1.

What is the synonym for REAL?(a) FLOAT(b) INT(c) DOUBLE(d) BITThe question was asked in an online interview.The above asked question is from Running Multiple Servers in section General MySQL Administration of MySQL

Answer»

Correct answer is (c) DOUBLE

Easy explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions