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 store binary data directly without character encoding interpretation. This is distinct from character or ASCII data, which have specific encoding schemes. Raw types are used for images, files, or other non-text binary data.