Answer Posted / 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 View All Answers
What is procedure in mysql?
How can I see connections in mysql?
How much does mysql enterprise cost?
Why is it called mysql?
What does mysql_query return?
Create table employee (eno int(2),ename varchar(10)) ?
What are the three types of queries?
How many sql dml commands are supported by 'mysql'?
How to return query output in html format?
Is pdo more secure than mysqli?
explain GROUPBY & HAVING clause with examples.
Can mysql scale horizontally?
What is data directory in mysql?
Which storage engine is best in mysql?
How can you retrieve a portion of any column value by using a select query?