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 / suriya
Another difference is accessing a variable declared as char
is faster than, accessing a varchar2.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to avoid duplicate records in a query?
How do you use a while loop in pl sql?
How do I run sql profiler?
what are the performance and scalability characteristics of mysql? : Sql dba
How to write html code in pl sql?
Which is faster count (*) or count 1?
Why commit is not used in triggers?
Can we use pl sql in mysql?
What is the requirement of self-join?
Is delete faster than truncate?
Are sql database names case sensitive?
What is a function in oracle pl sql?
Is pl sql different from sql?
How do I remove sql plus from windows 10?
what is row? : Sql dba