InterviewSolution
Saved Bookmarks
| 1. |
Which among the following is the correct representation of “float(5,0)”?(a) 12345.123(b) 12345.1(c) 12345(d) 123.123I had been asked this question in my homework.The question is from MySQL Datatypes in section Data Types of MySQL |
|
Answer» The correct ANSWER is (c) 12345 |
|