Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between CHAR and VARCHAR data types?

Answers were Sorted based on User's Feedback



What is the difference between CHAR and VARCHAR data types?..

Answer / rajan vardawaj

CHAR is a fixed length data type. CHAR(n) will take n
characters of storage even if you enter less than n
characters to that column. For example, “Hello!”

will be stored as “Hello! ” in CHAR(10) column. VARCHAR is a
variable length data type. VARCHAR(n) will take only the
required storage for the actual number

of [...]

Is This Answer Correct ?    27 Yes 2 No

What is the difference between CHAR and VARCHAR data types?..

Answer / 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

More MySQL Interview Questions

suppose server is running Suddenly down . what can you do? but i want do not down the server?

3 Answers  


What is 'mysqlimport'?

0 Answers  


What is tee command in mysql?

0 Answers  


What is mysql in dbms?

0 Answers  


Tell us something about heap tables?

0 Answers  


How do I create a mysql database?

0 Answers  


How can we store binary data in mysql?

2 Answers   HP,


what is constraints? Also explain the different types of constraints?

0 Answers  


How do I stop a mysql service?

0 Answers  


How do I view mysql logs?

0 Answers  


How to list or view all databases from the mysql server.

0 Answers  


How do I set user privileges in mysql?

0 Answers  


Categories