select the correct answer. which data type is also called a binary object? a. date/time b. blob c. boolean…

select the correct answer. which data type is also called a binary object? a. date/time b. blob c. boolean d. autonumber
Answer
Brief Explanations:
In computer - science, BLOB (Binary Large Object) is a data type used to store binary data. It can store large amounts of binary information such as images, audio, and video. Date/time is for storing date and time values, Boolean is for true/false values, and autonumber is for automatically generated unique numbers.
Answer:
B. BLOb