Q. The maximum size in bytes of a row in MySQL is . . . . . . . .
β
Correct Answer: (B)
65535
Explanation: This question is about the limits of data you can store in a single row of a MySQL table. Think of a row as a single entry in your database, like a single person's information in a contact list.