What is the difference between CHAR and VARCHAR data types?
Answer Posted / shekoli
Char is a fixed lenth datatype. Ex: char(7), welcome
but varchar is a variable length datatypes, Ex:
varchar(7),welcome (or) come
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is trigger in mysql with example?
What is procedural api?
List data types in mysql? Explain
How can we run batch mode in mysql?
What is the command used to create a database using php and mysql?
What is pdo in php mysql?
Consider you have the following three tables which have to be linked together.
What is root password?
How do I import database through command line?
What is offset limit?
How to display top 10 rows in mysql?
How to delete a trigger in mysql?
Is mysql case-sensitive?
What are the advantages of mysql in comparison to oracle?
Can foreign key have duplicate values?