πŸ“Š MySQL
Q. What is the maximum non zero values for DOUBLE?
  • (A) ±1.7976931348623157E+307
  • (B) ±1.7976931348623157E+308
  • (C) ±1.7976931348623157E+306
  • (D) ±1.7976931348623157E+305
πŸ’¬ Discuss
βœ… 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.

Explanation by: Praveen Singh
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
90
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Praveen Singh
Publisher
πŸ“ˆ
97%
Success Rate