Computer Science, asked by mayank70431, 4 months ago

(ii)
data types in a database can be used for
storing photos, music files etc.
(a) Binary data type
(b) Varchar datatype
(c) Integer datatype
(d) Boolean datatype​

Answers

Answered by dipanshulamba123
1

Answer:

a binary

Explanation:

Answered by sourasghotekar123
0

Among the given data types in a database, the following data types can be used for storing photos, music files, etc.

(a) Binary data type: Binary data type is used for storing binary data, such as images, videos, audio files, and other multimedia files. Binary data is stored in the database as a series of 0s and 1s.

(b) Varchar datatype: Varchar datatype is used for storing variable-length character strings. It can be used for storing file paths or URLs of multimedia files, as well as textual data related to multimedia files, such as captions or descriptions.

The following data types may not be suitable for storing multimedia files:

(c) Integer datatype: Integer datatype is used for storing whole numbers, and is typically not used for storing multimedia files.

(d) Boolean datatype: Boolean datatype is used for storing true/false values, and is typically not used for storing multimedia files.

For more questions on Data types

https://brainly.in/question/16225647

#SPJ3

Similar questions