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 do I connect to a mysql database?
What is the use of mysqli_connect in php?
What is a join in mysql?
Is mysql free for enterprise?
What is row level locking in access?
How to create trigger in mysql phpmyadmin?
What is mysql enterprise edition?
What is the limit of mysql database?
How do I install mysql workbench?
What are procedures in mysql?
Explain the difference between mysql_fetch_array(), mysql_fetch_object()?
What is the default password for mysql?
What are programming functions?
What is key in mysql?
How to insert dynamic values in mysql using php?