InterviewSolution
Saved Bookmarks
| 1. |
The maximum non zero value for FLOAT is ___________(a) 3.402823466E+38(b) 3.402823466E+37(c) 3.402823466E+39(d) 3.402823466E+35 |
|
Answer» Correct option is (a) 3.402823466E+38 For explanation: In MySQL, each datatype has its own range. Data types give an idea of the kind of values and the ranges that a variable is allowed to store. The maximum non zero value for FLOAT is 3.402823466E+38. |
|