🎴 Flashcard Mode
PL/SQL Programming and Oracle Database Concepts
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Raw types are used to store _________ data.
AnswerClick to flip back
A
Binary
💡 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.