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
What is indexing in mysql?
How do I truncate all tables in mysql?
How many types of indexes are there in mysql?
Can a table have multiple primary keys?
How do I install mysql workbench?
How to create and drop view in mysql?
How do you create a primary key?
What is mysql connector used for?
What is difference between group by and order by clause?
Can you tell few best practices to be followed for optimization in sql?
What is different between sql and mysql?
What is mysql and how it works?
How do I import database through command line?
What is back end and front end?
what is a cursor? : Mysql dba