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

Can a table have multiple primary keys?

0 Answers  


Write a query to fetch duplicate records from a table using mysql?

0 Answers  


How to extract a unit value from a date and time?

0 Answers  


What is regex in mysql?

0 Answers  


How do I check mysql version?

0 Answers  






Where is mysql data stored linux?

0 Answers  


What is difference between pdo and mysqli?

0 Answers  


How do you control the max size of a HEAP table?

1 Answers  


What do we use to remove duplicate records while fetching a data in mysql ?

0 Answers  


write a c++ program to add a user to mysql.the user should be permitted to only "insert" into the given database

3 Answers   Infosys, Webyog,


How do I connect to a mysql database?

0 Answers  


How do I download mysql on my laptop?

0 Answers  


Categories