Skip to content
Use a character data type to store characters and string data. The following character data types are available in Oracle:• VARCHAR2• CHAR• NVARCHAR2 and NCHAR VARCHAR The VARCHAR2 data type is what you should use in most scenarios to hold character/ string data. A VARCHAR2 allocates space based only on the number or characters in […]