Q. To minimize disk I/O, which of these should be chosen?
CHAR, VARCHAR
CHAR, VARCHAR
β
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!