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

How do I edit a trigger in mysql?

0 Answers  


How to use 'mysql' to run sql statements?

0 Answers  


What is database url for mysql?

0 Answers  


How can you add and remove any column of a table?

0 Answers  


Which statement is used in a select query for partial matching?

0 Answers  


What are enums used for in mysql?

0 Answers  


What is 'mysqlcheck'?

0 Answers  


How to list or view all databases from the mysql server.

0 Answers  


How can you import tables from a sql file into a database by using the mysql client?

0 Answers  


What is acid in mysql?

0 Answers  


Give string types available for column?

0 Answers  


How many columns can a table have?

0 Answers  


Categories