1.

The maximum size in bytes of a row in MySQL is __________(a) 65534(b) 65535(c) 65536(d) 65537

Answer» Right choice is (b) 65535

Best explanation: 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.


Discussion

No Comment Found