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 do we use to remove duplicate records while fetching a data in mysql ?

0 Answers  


What is difference between mysql and mariadb?

0 Answers  


Is primary key auto increment?

0 Answers  


Can we create table in stored procedure?

0 Answers  


Why mongodb is faster than mysql?

0 Answers  






Does mysql support nosql?

0 Answers  


How show all tables in mysql query?

0 Answers  


What are the differences between innodb and myisam engines?

0 Answers  


What are the reasons for selecting lamp (linux, apache, mysql, php) instead of combination of other software programs, servers and operating systems?

0 Answers  


Explain data type TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP .

2 Answers   Zensar,


in a master-master replication with two masters and alternate slaves running on two systems.can i have a script or any mysql command to know which one is right now acting as master.

1 Answers  


Is blocked because of many connection errors unblock with mysqladmin flush hosts?

0 Answers  


Categories