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 can you handle the –secure-file-priv in mysql?

0 Answers  


What are the nonstandard string types?

0 Answers  


What is mysqli_connect_error ()?

0 Answers  


What are procedures in mysql? Explain

0 Answers  


How does mysql store data?

0 Answers  






How can I connect mysql database?

0 Answers  


What is normalization and list the different types of normalization?

0 Answers  


how to dump all databases for backup. Backup file is sql commands to recreate all db's.

0 Answers  


Is blocked because of many connection errors mysql?

0 Answers  


How to show all tables with 'mysql'?

0 Answers  


Is mysql a relational database?

0 Answers  


What is the use of ENUM in MySQL?

1 Answers  


Categories