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 the most restrictive isolation level? : Transact sql
what are enums used for in mysql? : Sql dba
Can you select everything, but 1 or 2 fields, without writer's cramp?
What is difference between inner join and self join?
Does truncate remove indexes?
What is an ndf file?
Can a select statement fire a trigger?
What are %type and %rowtype for?
How is data stored in sql?
What is sqlca in powerbuilder?
How many scalar data types are supported in pl/sql?
What does t sql mean?
Can we write ddl statements in functions?
what are dynamic queries in t-sql? : Transact sql
What is primary key and unique key?