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 are the packages in pl sql?
What is embedded sql with example?
how to get a list of indexes of an existing table? : Sql dba
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
How does join work in sql?
What is the current version of postgresql?
What are literals in sql server?
What is a stored procedure in sql with example?
Are sql connections encrypted?
what is a materialized view? : Sql dba
What are the sql commands?
How can I see all tables in sql?
What is sqlca in db2?
Do stored procedures prevent sql injection?
define sql update statement ? : Sql dba