-
The maximum size in bytes of a row in MySQL is __________.
-
- 65537
- 65536
- 65534
- 65535
- None of these
Correct Option: D
The allowable range of M for VARCHAR(M) syntactically is 1 to 65535, but the effective number of the maximum characters is less than 65535 since MySQL has a maximum row size of 65,535 bytes.