If we create a column with data type VARCHAR(3), what would
we expect to see in MySQL table?
Answer Posted / amith
CHAR(3), since MySQL automatically adjusted the data type.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
How important is to list the column names when doing an insert?
How to enter boolean values in sql statements?
How to declare variable in mysql trigger?
How to return query output in xml format?
What is the default port of mysql server?
What is the difference between mysql and sql?
Give string types available for column?
How to show all records starting with the letters 'sonia' and the phone number '9876543210'
How MySQL Optimizes DISTINCT?
What is query design?
What is logs in mysql?
How to create a table index in mysql?
Which is faster innodb or myisam?
How do you login to MySql using Unix shell?
What are the applications required to support mysql?