Which of the following describes the difference between varchar and varchar2 data types
varchar is used to store fixed length character data, varchar2 is for variable length character data
varchar data type is not supported in oracle
varchar data type is applicable only to PL/SQL
maximum length for varchar is 2000 bytes and for varchar2 is 4000 bytes