Multiple choice technology databases Raw types are used to store _________ data. binary Character ASCII 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.