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

Is mysql an oracle product?

1 Answers  


What are the advantages and disadvantages of MySQL?

0 Answers   Satyam,


Can u give the example by taking an unnormalized table and make that 1nf and then 25nf, and then 3 nf?

1 Answers  


How can you move the master database

1 Answers   IBM,


Write a query to display even rows in student table using mysql?

1 Answers  


What is procedural api?

1 Answers  


How can we convert between Unix & MySQL timestamps?

1 Answers  


What language is used in mysql?

1 Answers  


how to take mysql database backup?

1 Answers  


How many threads can mysql handle?

1 Answers  


How to increment dates by 1 in mysql?

1 Answers  


What is the command used to create a database using php and mysql?

1 Answers  


Categories