InterviewSolution
Saved Bookmarks
| 1. |
What is the maximum non zero value for FLOAT?(a) 3.402823466E+38(b) 3.402823466E+37(c) 3.402823466E+39(d) 3.402823466E+35 |
|
Answer» Right option is (a) 3.402823466E+38 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. |
|