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

What is the maximum connection pool size?

0 Answers  


What is flush privileges in mysql?

0 Answers  


What is difference between inner vs self vs cross?

0 Answers  


Can you tell the reasons for selecting lamp(linux, apache, mysql, php) instead of any other combination of software programs, servers, and operating system?

0 Answers  


I have two sql database at different PC.how can link b/w database and database tables.

2 Answers  


What is memory table?

0 Answers  


HOW TO FIND display the total number of weeks in the year of 1998 IN EMP TABLE

0 Answers  


How do I view tables in mysql workbench?

0 Answers  


suppose data is copie to oracle to sql by using DTS. Actully it taken 2 hours. suppose some day distribute the server in the middle of 2 hours. after how can i get the data ?

0 Answers   ACC,


What are the features of mysql?

0 Answers  


Is oracle better than mysql?

0 Answers  


How to get help information from the server?

0 Answers  


Categories