Home » MYSQL » Data Types » Question
  1. A DEFAULT value cannot be supplied to TEXT types.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

The DEFAULT def_value clause can be specified for every data type except the BLOB and TEXT types, spatial types, or columns with the AUTO_INCREMENT attribute. The def_value holds the default.



Your comments will be displayed only after manual approval.