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
What is secondary key?
What is the difference between microsoft access and sql?
What does a pl/sql package consist of?
What is trigger in sql?
Explain polymorphism in pl/sql.
What is the use of non clustered index?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
What are the events on which a database trigger can be based?
What is orm in sql?
What is on delete set null?
What is out parameter used for eventhough return statement can also be used in pl/sql?
What is the clause we need to add in function body to return variable?
Is primary key is clustered index?
What is a procedure in pl sql?
what is index? : Sql dba