1.

The maximum size in bytes of a row in MySQL is __________(a) 65534(b) 65535(c) 65536(d) 65537This question was addressed to me during a job interview.Question is from MySQL Data Types in division Data Types of MySQL

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

Related InterviewSolutions