QUESTION IMAGE
32,251 Learners found this answer helpful
Question
select the correct answer. which data type would you use if youd like to store videos in a field? a. binary large object b. memo c. null d. text e. boolean
Brief Explanations
- Binary large object (BLOB) is used to store large amounts of binary data like videos, images, etc.
- Memo is for longer text.
- Null represents no value.
- Text is for regular text.
- Boolean is for true/false values.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
A. binary large object