1.

Prior to MySQL 6.0, utf8 was ___________(a) 3 bytes(b) 4 bytes(c) 8 bytes(d) 9 bytesI have been asked this question in final exam.This question is from Character Set Support in division Using SQL to Manage Data of MySQL

Answer»

Right answer is (a) 3 bytes

For explanation: ‘UTF’ stands for ‘Unicode TRANSFORMATION Format’. Unicode SUPPORT prior to MySQL 6.0 was different from that post MySQL 6.0. The older UTF8 was of THREE bytes.



Discussion

No Comment Found

Related InterviewSolutions