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 unique constraint?
Is coalesce faster than isnull?
How to start the command-line sql*plus?
what is union, minus and interact commands? : Sql dba
What is trigger in sql and its types?
Is it possible to sort a column using a column alias?
Which one is better subquery or joins?
Is sql database free?
What is data type in database?
How do I run a sql query?
Explain the update statement in sql
What is set transaction?
How many unique keys can a table have?
What are the events on which a database trigger can be based?
What is the largest value that can be stored in a byte data field?