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 happens if null values are involved in expressions?
What is datatype in mysql?
What are the 'mysql' command line arguments?
Is mysql still relevant?
How do I create a new database in mysql?
How do I start mysql from command line?
What are ddl statements in mysql?
How do I change global variables in mysql?
Can we rename database in mysql?
How to check server status with 'mysqladmin'?
How do we delete a row in a table?
What data structure does mysql use?
What is the default port number of mysql?
How do you create a schema?
How to validate email addresses in mysql?