what is the difference between varchar and varchar(2)?

Answers were Sorted based on User's Feedback



what is the difference between varchar and varchar(2)?..

Answer / swapnil

When you use varchar data type say varchar(20),
it will reserve the space of 20 bytes even length of
passing parameter is less than 20 byte. But in varchar2, it
will release the remaining space after reserving actual
passing parameter length

Is This Answer Correct ?    11 Yes 7 No

what is the difference between varchar and varchar(2)?..

Answer / srinivasa reddy k

Varchar2 is the oracle datatype
Varchar is not the oracle datatype but still oracle
supports it by converting it into varchar2

But it is not a good practice to use Varchar datatype

Is This Answer Correct ?    4 Yes 4 No

what is the difference between varchar and varchar(2)?..

Answer / sandeep kumar

VARCHAR2 is as per the ANSI standard while VARCHAR is not.
Hence we should use VARCHAR2.

Is This Answer Correct ?    2 Yes 3 No

what is the difference between varchar and varchar(2)?..

Answer / mohan kumar

VARCHAR--FIXED LENGTH OF DATA TYPE,MEMORY ALLOCATION WILL
NOT TAKE PLACE.
VARCHAR2--IN THIS ORACLE DATA TYPE,MEMORY ALLOCATION WILL HAPPEN

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More Oracle Apps Technical Interview Questions

What do you understand by a set of books?

0 Answers  


What are do's and dont's of Interface?

0 Answers  


what is organization id

2 Answers   Wipro,


What is oracle soa suite and what are its different components?

0 Answers  


how can u link a org-id with a responsibility in reports?

2 Answers   TCS,






How you will Diaplay the Company LOGO In report.Can anyone knows please give solution

8 Answers   TCS,


Types of cursors?

3 Answers  


WHAT IS THE FORWARDREFERENCE IN PL/SQL?

4 Answers   IBM,


Could any one tell me the steps of conversions and what kind of validations and exceptions do we use during this conversion? Please do answer in detail. what program do we write in user exit in reports?

3 Answers   iGate,


what is the database size you used?

1 Answers   FIS,


If there is any issue then whom do you report.(this is imp question for every interview)

3 Answers   Accenture,


what is difference between API and Interface?

2 Answers   Infogain,


Categories
  • Oracle Apps Technical Interview Questions Oracle Apps Technical (547)
  • Oracle Apps Financial Interview Questions Oracle Apps Financial (793)
  • Oracle Apps Manufacturing Interview Questions Oracle Apps Manufacturing (53)
  • Oracle Apps HRMS Interview Questions Oracle Apps HRMS (169)
  • Oracle Apps CRM Interview Questions Oracle Apps CRM (9)
  • Oracle Apps SCM Interview Questions Oracle Apps SCM (141)
  • Oracle Install Base Interview Questions Oracle Install Base (62)
  • Oracle Service Contracts Interview Questions Oracle Service Contracts (101)
  • Oracle Apps AllOther Interview Questions Oracle Apps AllOther (114)