What is the difference between char and varchar data types?
Answer Posted / deven verma
char stores only character values whereas varchar can
stores alphanumerics values. searching is faster in char in
comparision of varchar
| Is This Answer Correct ? | 53 Yes | 80 No |
Post New Answer View All Answers
Can you tell few best practices to be followed for optimization in sql?
What is a user defined variable?
If we use sum function in mysql, does it return sum of that row or for that column?
What is 1nf 2nf 3nf?
What does mysql flush tables do?
Can mysql handle billions of records?
How database are managed?
What is use command in mysql?
How does php communicate with mysql?
Write a query to count the number of rows of a table in mysql.
What are the types of queries?
Can varchar be primary key?
How do I start mysql in mysql workbench?
What is difference between mysqli and pdo?
How do I truncate all tables in mysql?