Home » MYSQL » Data Types » Question
  1. Which among the following is the correct representation of “float(5,0)”?
    1. 123.123
    2. 12345
    3. 12345.1
    4. 12345.123
    5. None of these
Correct Option: B

“float(5,0) says there should be total of five digit, in which no digit should be at the right of the decimal.



Your comments will be displayed only after manual approval.