InterviewSolution
Saved Bookmarks
| 1. |
The REAL type is synonym for ___________(a) FLOAT(b) INT(c) DOUBLE(d) BIT |
|
Answer» The correct answer is (c) DOUBLE The best 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. |
|