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.
মোঃ আরিফুল ইসলাম
Feb 20, 2025



