what are the different attributes of MySQL ENUM data type?
Answers
Answered by
2
______________✉
_________✉
▶An ENUM is a string object with a value chosen from a list of permitted values that are enumerated explicitly in the column specification at table creation time. It has these advantages: Compact data storage in situations where a column has a limited set of possible values.
Similar questions