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 the use of concat() in mysql?
Write a query to fetch duplicate records from a table using mysql?
Can we store pdf files in mysql?
What are the differences between binary and varbinary?
What is limit in mysql?
What is mysql procedure?
Write a query to retrieve a hundred books starting from 20th.
Write a query to display even rows in student table using mysql?
What are the non-standard sql commands supported by 'mysql'?
How to use rank function in mysql?
Write a query to fetch common records between two tables using mysql?
What are the types of queries?
What is 1nf 2nf 3nf?
Is mariadb better than mysql?
What are the differences between a primary key and foreign key?