कोट्स का उपयोग करके प्रिंट करने योग्य डेटा डाला जा सकता है। गैर-मुद्रण योग्य डेटा हेक्साडेसिमल मानों का उपयोग करके डाला जा सकता है। यानी:
INSERT INTO Table(VarBinaryColumn) VALUES('Printable data') -- Will be stored as binary representation using the charset of the operating system
INSERT INTO Table(VarBinaryColumn) VALUES(0x12345) -- Non-printable binary data