πŸ“Š MySQL
Q. To minimize disk I/O, which of these should be chosen?
CHAR, VARCHAR
  • (A) CHAR
  • (B) VARCHAR
  • (C) CHAR & VARCHAR
  • (D) Either CHAR or VARCHAR
πŸ’¬ Discuss
βœ… Correct Answer: (B) VARCHAR

Explanation: This question is about choosing the right data type in MySQL to reduce how much your database needs to read and write data from your computer's hard drive (disk I/O). This is important because less disk I/O means your database runs faster!

Explanation by: Sandhya Thakur
This question is about choosing the right data type in MySQL to reduce how much your database needs to read and write data from your computer's hard drive (disk I/O). This is important because less disk I/O means your database runs faster!

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
69
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Sandhya Thakur
Publisher
πŸ“ˆ
83%
Success Rate