Which of the following data type is used when it comes to store images in your database?

50. Which of the following data type is used when it comes to store images in your database?

  1. BIG INT
  2. BLOB
  3. VARCHAR
  4. INT

Answer: B) BLOB

Explanation:

These are commonly known as binary large objects. This data type (MySQL Data Types) is really important when you have to store a large set of binary data. As we have seen images have large addresses, so to store them we can use this data type. BLOB is case-sensitive. It can store up to 65535 bytes of data.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.