SQL
Which data ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
Which data type is be used to store binary objects of large size in SQL databases?
BIN
BINARY_ARRAY
BLOB
VLOB
CLOB
BIN_ARRAY
Explanation
BLOB stands for Binary Large Object and is a large object data type in the database system.
BLOB could store a large chunk of data, document types and even media files like audio or video files.
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
S
QL
Quiz
Login to learn SQL
or
Read more about
SQL Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Keep exploring
SQL quizzes
Consider following code: $var = 1 + "-1.3e3"; echo $va...
Consider following code snippet: print_r("Hello World", t...
Consider following code snippet: $a = 3; $b = '3'; if ($a...
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment