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
How can I insert images into a Mysql database?
What are ddl statements in mysql?
What is prepared statement in mysql?
What is mysql installer?
What is mysql optimization?
What is mysql slow query?
How many rows can mysql handle?
how to show all records starting with the letters 'sonia' and the phone number '9876543210' limit to records 1 through 5.
How do I start and stop mysql on windows?
using primary can we relate two table, with out foreign key?
What is data types in mysql?
What is mysql aggregate functions? Explain
How to create and drop view in mysql?
What is mysql connector used for?
What is sql vs mysql?