What is the use of ENUM in MySQL?
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 |
How do I edit a trigger in mysql?
How to use 'mysql' to run sql statements?
What is database url for mysql?
How can you add and remove any column of a table?
Which statement is used in a select query for partial matching?
What are enums used for in mysql?
What is 'mysqlcheck'?
How to list or view all databases from the mysql server.
How can you import tables from a sql file into a database by using the mysql client?
What is acid in mysql?
Give string types available for column?
How many columns can a table have?