What is difference between CHAR and VARCHAR2?What is the
maximum SIZE allowed for each type?
Answer Posted / pavan_1981
VARCHAR2(size):variable lenght character data maximum size
is 4000 and minimum is 1
char2(size):fixed lenght character data of lenght size bytes
minimum and default is 1 and maximum is 2000.
Is This Answer Correct ? | 31 Yes | 5 No |
Post New Answer View All Answers
how to include character strings in sql statements? : Sql dba
What is interval partition?
Is ms sql is free?
What is an exception in PL/SQL? What are the two types of exceptions?
what is a scheduled jobs or what is a scheduled tasks? : Sql dba
how to include comments in sql statements? : Sql dba
Does sqlite need a server?
What does rownum mean in sql?
What is denormalization in a database?
Whis is not false in primary key?
how to start mysql server? : Sql dba
Are subqueries better than joins?
What is synchronized subquery?
Explain what is a column in a table?
What are views in sql?