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 VARCHAR2? If
VARCHAR2 serves the uses of CHAR why CHAR is still used and
not been discarded yet?

Answer Posted / manish ranjan

1. Char is fundamental data type. VARCHAR2 is derived one.
2. Char allocates static memory space while VARCHAR2
allocates dynamic memory.
3. Char is required to maintain compatibility with other
tools (Reporting, DWH, Data related).
4. Char is faster than VARCHAR2 (for large text).

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain select statements in sql?

1106


What does the base_object_type column shows in the user.triggers data dictionary view?

1096


What operating systems are supported by oracle sql developer?

1012


Why is %isopen always false for an implicit cursor?

1151


What are the built in functions of sql?

1092


Explain what is a column in a table?

1157


What is scalar function?

1095


Can we perform dml on view?

1115


How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?

1490


How does join work in sql?

1052


What is the difference between having and a where in sql?

1150


how to enter numeric values as hex numbers? : Sql dba

1100


Does sql support programming?

1115


Which is faster count (*) or count 1?

1088


Can sql developer connect to db2?

1103