Which of the following datatype is not within the subcategory of Character datatypes?

Which of the following datatype is not within the subcategory of Character datatypes? Correct Answer NCAHR2

The NCHAR2 datatype does not belong in the Character datatype category. The VARCHAR2 datatype is used for Variable-length character string with maximum size of 32,767 bytes. The NCHAR datatype is used for Fixed-length national character string with maximum size of 32,767 bytes. The NVARCAHR2 datatype is used for Variable-length national character string with maximum size of 32,767 bytes.

Related Questions

Which of the following datatypes is not part of the Datetime datatypes class?