what is the difference between varchar and varchar(2)?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
explain registration steps of a concurrent program.
What are the benefits of using soa architecture?
what is meant by Table space?
How can you achieve loose coupling in soa framework?
Define MultiOrg Structure
how to set org context?
What is secuirity's in R12 features.
what u did after ur btech(2009) till now? why did u prefer oracle apps technical?
CAN YOU CUSTOMISE THE COUTOMISE CUS_TOP
how to get the on hand quantity of an item across all organizations? name the underlying tables.
2 Answers Ranves IT Solutions, Scan Steel,
What is multi org?
HOW CAN U KNOW TABLE IS REGISTERD IN APPS?