InterviewSolution
Saved Bookmarks
| 1. |
What is the synonym for REAL?(a) FLOAT(b) INT(c) DOUBLE(d) BIT |
|
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. |
|