If we create a column with data type VARCHAR(3), what would
we expect to see in MySQL table?

Answers were Sorted based on User's Feedback



If we create a column with data type VARCHAR(3), what would we expect to see in MySQL table?..

Answer / amith

CHAR(3), since MySQL automatically adjusted the data type.

Is This Answer Correct ?    3 Yes 5 No

If we create a column with data type VARCHAR(3), what would we expect to see in MySQL table?..

Answer / sivateja

through check command in mysql

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More MySQL Interview Questions

How triggers can be used in mysql?

0 Answers  


What is cursor in mysql?

0 Answers  


What is the purpose of using ifnull() function?

0 Answers  


Is mysql from oracle?

0 Answers  


Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.

0 Answers  






How do I exit mysql?

0 Answers  


What are all the Common SQL Function?

0 Answers  


What is mysql command line?

0 Answers  


Explain about the architecture of MYSQL?

0 Answers  


What are slow queries?

0 Answers  


Why do we write stored procedures?

0 Answers  


What is the difference between procedure and function in mysql?

0 Answers  


Categories