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
Does mysql case matter?
What is the difference between the LIKE and REGEXP operators?
What are numeric data types?
Is mysql query case sensitive?
What is mysql data directory?
How to start mysql server?
What are the different types of triggers in mysql?
Can not connect to mysql server 10060?
How can we change the data type of a column of a table?
What is mysql vs sql?
Is mysql relational?
How to Change a users password from MySQL prompt. Login as root. Set the password. Update privs.
What is the difference between char and varchar?
What is heap table in mysql?
How do I restart mysql on windows?