1.

Which datatype means a variable length non binary string?(a) VARCHAR(b) BINARY(c) VARBINARY(d) BLOBThis question was addressed to me in an interview for internship.Origin of the question is MySQL Data Types topic in division Data Types of MySQL

Answer»

Right answer is (a) VARCHAR

Explanation: In MySQL, there are a wide variety of string datatypes for use. STRINGS can even hold image and sound DATA. All the four OPTIONS are string type NAMES. VARCHAR represents a variable LENGTH non binary string.



Discussion

No Comment Found

Related InterviewSolutions