1.

Post MySQL 6.0, utf8 was ___________(a) 3 bytes(b) 4 bytes(c) 5 bytes(d) 6 bytesThis question was posed to me during an online exam.The query is from Character Set Support in portion Using SQL to Manage Data of MySQL

Answer»

The CORRECT OPTION is (b) 4 bytes

The explanation is: Unicode support PRIOR to MySQL 6.0 was different from that post MySQL 6.0. The older utf8 was of three bytes. The newer utf8 is now of FOUR bytes. This is applicable to MySQL 6.0 and above.



Discussion

No Comment Found

Related InterviewSolutions