Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

select the correct answer. which data type would you use if youd like t…
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

Explanation:

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.

Answer:

A. binary large object