1.

The datatype that means a variable length non binary string is __________(a) VARCHAR(b) BINARY(c) VARBINARY(d) BLOBThis question was posed to me in an international level competition.Question is taken from Internationalization and Localization Issues in chapter General MySQL Administration of MySQL

Answer»

Correct choice is (a) VARCHAR

Best EXPLANATION: In MySQL, there is a wide variety of STRING datatypes for use. Strings can even HOLD image and SOUND data. All four options are string type names. VARCHAR represents a variable length non BINARY string.



Discussion

No Comment Found

Related InterviewSolutions