Multiple choice technology programming languages

Raw types are used to store _________ data.

  1. Binary

  2. Character

  3. ASCII

  4. All of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

RAW datatype in PL/SQL is used to store binary data in its raw form without character set conversion. Unlike VARCHAR2 or CHAR, RAW stores data exactly as provided, making it suitable for binary data like hashes, encrypted values, or machine-specific formats that must not be interpreted as text.