Home » MYSQL » Data Types » Question
  1. How many of the following attributes are allowed only for numeric types?
    UNSIGNED, ZEROFILL, CHARACTER SET, COLLATE
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: C

UNSIGNED and ZEROFILL are allowable only for numeric types, and CHARACTER SET and COLLATE are allowable only for non-binary string types. These are type specific attributes.



Your comments will be displayed only after manual approval.