If an ENUM column is declared NOT NULL, its default value is the first element of the list of allowed values.
Options
- True
- False, ENUM column cannot be null
- False, its default value is the last element of the list of allowed values
CORRECT ANSWER : True
Write your comments