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 export mysql query results to excel?
What is use of mysql?
What is row?
Is postgresql better than mysql?
How can you count the total number of records of any table?
What is the size of mysql database?
How do I create a stored procedure in mysql?
How many TRIGGERS are allowed in MySql table?
What is the usage of ENUMs in MySQL?
How do I download mysql?
What is the limitation of mysql?
What are the non-standard sql commands supported by 'mysql'?
How do I grant privileges to a user in mysql phpmyadmin?
How to filter data from a mysql database table with php?
How to insert dynamic values in mysql using php?