engineering computer science MCQ #623

Which data type is used to store binary data in a database?

engineering computer science MCQ #623

  1. Question 1

    Q1. Which data type is used to store binary data in a database?

    • A) CHAR
    • B) VARCHAR
    • C) BLOB
    • D) TEXT

    Answer: BLOB

    Explanation: BLOB (Binary Large OBject) is used to store binary data, such as images or audio files.