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
In how many ways we can retrieve data in the result set of mysql using php?
What is flush privileges in mysql?
change column name and make a unique column so we get no dupes.
What is a crosstab query?
How to use case expression?
What are views in mysql?
How to decrement dates by 1 in mysql?
What are date and time data types in mysql?
Transactions are used to treat sets of SQL statements atomically. State Whether True or False?
Why phpmyadmin is used for mysql?
What is ddl, dml, and dcl?
How do I uninstall mysql connector?
How to convert dates to character strings?
How do I find the database name in mysql?
What sql does mysql use?