524,532 views
10 votes
10 votes
Which field data type would you use if youd like to store videos in that field?

A. text

B. memo

C.boolean

D. binary object

E. null​

User Foyzul Karim
by
2.5k points

1 Answer

4 votes
4 votes

Answer:

D - Bianary Object

Step-by-step explanation:

A binary large object is a collection of binary data stored as a single entity. Blobs are typically images, audio or other multimedia objects, though sometimes binary executable code is stored as a blob. They can exist as persistent values inside some databases or version control system, or exist at runtime as program variables in some programming. - Wikipedia

User Joshperry
by
2.8k points