Question:If an ENUM column is declared NOT NULL, its default value is the first element of the list of allowed values.
A True
B False, ENUM column cannot be null
C False, its default value is the last element of the list of allowed values
D True , ENUM column cannot be null
+ AnswerA
+ Report