Multiple choice technology databases

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 types in databases are designed to store binary data in its unprocessed form - images, documents, compressed files, etc. They don't interpret the content as character or ASCII data. Options B and C are incorrect because raw types specifically handle binary, not text-based data.