ENUM is used to limit the values that persist in the table. The following example illustrates the best use of ENUM. CREATE TABLE months (month ENUM ‘January’, ‘February’, ‘March’,); INSERT months VALUES (’April’);
Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website.
If you are using this website then its your own responsibility to understand the content of the website