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

Ondelete clause is specified with a.)Drop table b.)Delete command c.)Create table d.)Select command

5 Answers   Amdocs, MediaSoft,


How do I run a query in mysql?

0 Answers  


How do I zip a file in mysql?

0 Answers  


What is definer in mysql?

0 Answers  


How do I set user privileges in mysql?

0 Answers  






What is datadir?

0 Answers  


What is blob storage?

0 Answers  


What is diff b/w MYISAM and INNODB storage engine. and also define the benifits and drawbacks of both storage engine

1 Answers  


Can we join 3 tables in mysql?

0 Answers  


How do I start mysql from command line?

0 Answers  


What is memory table?

0 Answers  


What is normalization and list the different types of normalization?

0 Answers  


Categories