Home » MYSQL » Data Types » Question
  1. The maximum number of elements allowed in SET() is ___________.
    1. 128
    2. 64
    3. 32
    4. 16
    5. None of these
Correct Option: B

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.



Your comments will be displayed only after manual approval.