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
Give string types available for column?
What is innodb mysql?
What is an index? How can an index be declared in mysql?
Explain the difference between primary key and candidate key in mysql?
Is mysqli deprecated?
Is mysql running ubuntu?
What is definer in mysql trigger?
How can we encrypt and decrypt a data presented in a table using mysql?
What is mysql vs sql?
How are mysql timestamps seen to a user?
What is the difference between having and where clause in mysql? Explain
How to enter numeric values as hex numbers?
What are date and time data types in mysql?
What is a crosstab query?
How many ways to get the current time?