What is the use of ENUM in MySQL?



What is the use of ENUM in MySQL?..

Answer / hrindows@gmail.com

The use of ENUM will limit the values that can go into a table. For a case, a user can create a table giving specific month values and other month values would not enter into the table.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is the difference Delete and Drop ?

6 Answers  


How to start mysql server?

0 Answers  


How database are managed?

0 Answers  


How would you backup and restore a big MySQL database? What are the advantages of the approach which you have taken over the others?

4 Answers  


What is key in mysql?

0 Answers  






How to show table names with 'mysqlshow'?

0 Answers  


What is a simple query?

0 Answers  


what is the difference between gui testing and database testing? : Mysql dba

0 Answers  


How do you know the version of your mysql server?

0 Answers  


Can mongodb replace mysql?

0 Answers  


How does php communicate with mysql?

0 Answers  


How do you login to MySql using Unix shell?

0 Answers  


Categories