1.

The maximum number of elements allowed in SET() is ___________(a) 16(b) 32(c) 64(d) 128I have been asked this question in a job interview.The query is from MySQL Data Types topic in chapter Data Types of MySQL

Answer»

Right ANSWER is (c) 64

Explanation: The SET type specification is very useful for storing a collection a ordered and DISTINCT elements. The STORAGE size REQUIRED for this datatype is variable and dependent on the cardinality.



Discussion

No Comment Found

Related InterviewSolutions