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 / masthan
create table test(aa char):=by using char create the table with out spicifing the lengh(by default it will create lenth 1)default size is 1 byte
by using varchar2 with out spicifing the lengh we cont able to create the table.There is no default size
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
What does desc stand for?
What are the types of join in sql?
What is before trigger?
what is data manipulation language? : Sql dba
What is procedure and function in sql?
What is raw datatype in sql?
How do I know if I have sql express or standard?
What is sql*loader and what is it used for? : aql loader
What are the benefits of pl sql?
what happens if you no create privilege in a database? : Sql dba
What is query syntax?
What are the advantages of normalization?
What is sql stand for?
What is recursive stored procedure?