What is difference between CHAR and VARCHAR2?What is the
maximum SIZE allowed for each type?
Answer Posted / thilaga
char 2000 byres, varchar 4000 bytes
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can I create table without primary key?
What are transaction and its controls?
How to combine two stored procedures in sql?
What is right join in sql?
How to add, remove, modify users using sql?
What is nvl?
Is pl sql useful?
How sql query is executed?
What is sp_helptext?
How can I get the number of records affected by a stored procedure?
what is blob? : Sql dba
What is normalization? How many normalization forms are there?
how to drop an existing view in mysql? : Sql dba
how can we take a backup of a mysql table and how can we restore it. ? : Sql dba
What is crud diagram?