πŸ“Š MySQL
Q. If an integer column is used for the values in range 1 to 99999, the best suitable datatype is . . . . . . . .
  • (A) MEDIUMINT SIGNED
  • (B) 1.58
  • (C) SMALLINT SIGNED
  • (D) SMALLINT UNSIGNED
πŸ’¬ Discuss
βœ… Correct Answer: (B) 1.58

Explanation: This question is about choosing the most suitable data type for a column that will store numbers between 1 and 99999 in a MySQL database. Let's break down the options:

Explanation by: Gopal Sharma
This question is about choosing the most suitable data type for a column that will store numbers between 1 and 99999 in a MySQL database. Let's break down the options:

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
84
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Gopal Sharma
Publisher
πŸ“ˆ
80%
Success Rate