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
What is ISAM?
What is delimiter in mysql trigger?
How many columns can a mysql table have?
How to set mysql variable in php?
What is the default password for mysql?
what is constraints? Also explain the different types of constraints?
What is database engine in mysql?
What is not null in mysql?
How do stored procedures work?
Can you tell what are various ways to create an index?
How can you take the backup and restore a mysql database using php?
How important is to list the column names when doing an insert?
What is delimiter in mysql stored procedure?
What are the 3 main types of search queries?
Does adding an index lock a table?