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
What is a sql driver?
Can we use two order by clause in query?
What is the best partition size for windows 10?
What is case function?
what is commit? : Sql dba
Can cursors be part of a trigger body?
Why plvtab is considered as the easiest way to access the pl/sql table?
What are the different types of a subquery?
What does select * from mean in sql?
In pl/sql, what is bulk binding, and when/how would it help performance?
What is set serveroutput on in pl sql?
what is uncommittable transactions? : Transact sql
How do I find duplicates in sql?
how is exception handling handled in mysql? : Sql dba
What are keys in sql?