Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

What are ENUMs used for in MySQL?

Tags: enums mysql table

You can limit the possible values that go into the Table. CREATE TABLE months (month ENUM ‘January’, ‘February’, ‘March’,…); INSERT months VALUES (’April’);

The post What are Enums used for in MySQL? appeared first on MySQLInterviewQuestions.com.



This post first appeared on MySQL Interview Questions, please read the originial post: here

Share the post

What are ENUMs used for in MySQL?

×

Subscribe to Mysql Interview Questions

Get updates delivered right to your inbox!

Thank you for your subscription

×