Which datatypes are alphanumeric?
C
Correct answer
Explanation
CHAR is an alphanumeric data type that stores fixed-length character strings supporting both letters and numbers. Number stores only numeric values, Blob stores binary large objects (uninterpreted binary data), and Raw stores variable-length binary data.