Computer Science, asked by diyaa5654, 1 year ago

what are the different attributes of MySQL ENUM data type?

Answers

Answered by Anonymous
2
 \huge \mathbb{Answer}
______________✉
_________✉

▶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