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


Please Help Members By Posting Answers For Below Questions

Does a join table need a primary key?

533


what are the different tables present in mysql? : Sql dba

506


What are pl sql data types?

552


How do you declare a constant?

530


What is sql indexing?

555






Which join condition can be specified using on clause?

517


What is the purpose of the partition table?

546


how would you enter characters as hex numbers? : Sql dba

518


Explain what is an index?

597


Can we delete column in sql?

563


explain the options of myisamchk to improve the performance of a table. : Sql dba

549


What is primary key in db?

522


What is cartesian join in sql?

559


what is clause? : Sql dba

594


What are the basic techniques of indexing?

577