Q. What is the maximum non zero values for DOUBLE?
β
Correct Answer: (B)
±1.7976931348623157E+308
Explanation: This question asks about the largest possible number you can store in a DOUBLE data type in MySQL. DOUBLE is used to store very large decimal numbers.