Home » MYSQL » Data Types » Question
  1. The maximum size in bytes of a row in MySQL is __________.
    1. 65537
    2. 65536
    3. 65534
    4. 65535
    5. 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.



Your comments will be displayed only after manual approval.