Which type of data can be stored in the database?
20242023
Which type of data can be stored in the database?
- A.
Image-oriented data
- B.
Text, files containing data
- C.
Data in the form of audio or video
- D.
More than one of the above
- E.
None of the above
Attempted by 2855 students.
Show answer & explanation
Correct answer: D
Databases can store various types of data, including text, images, audio, and video. Text data is stored using data types like VARCHAR or TEXT. Image-oriented data can be stored as binary large objects (BLOBs). Files containing data, such as CSV or JSON, are also stored as text or binary. Audio and video data are stored using BLOB or CLOB types, commonly used in multimedia applications. Since multiple types from the options are supported, the correct choice reflects that more than one type can be stored.