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 / laxmi narayana moru
VARCHAR2() IS USED TO STORE ALPHANUMERICAL DATA WHERE AS
CHAR() IS USED TO STORE THE CHARACTERS ONLY AND WHICH IS
FIXED LENGTH DATATYPE ...
CHAR() IS PROVIDING FAST ACCESSING COMPARE WITH THE VARCHAR2
()(50%).
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is sql partition function?
What are aggregate and scalar functions?
What are schema-level triggers?
What is cursor and its types?
What are different categories of sql commands?
what is a stored procedure? : Sql dba
What is an emotional trigger?
how to use like conditions? : Sql dba
Is it possible to include an insert statement on the same table to which the trigger is assigned?
What is %rowtype in pl sql?
what is a unique key ? : Sql dba
What are reports usually used for?
Which join condition can be specified using on clause?
Explain the difference between drop and truncate commands in sql?
what is a join? : Sql dba