select the correct answer.\ndina created a database related to essential oils and their uses. for every oil…

select the correct answer.\ndina created a database related to essential oils and their uses. for every oil, she wants to enter a unique code number. which data type would be suitable for entering this data?\na. boolean\nb. autonumber\nc. blob\nd. memo\ne. null
Answer
Answer:
B. autonumber
Brief Explanation:
An autonumber data - type generates a unique number for each record, which is suitable for creating unique code numbers for essential oils in a database. Boolean is for true/false values, BLOB is for large binary objects, memo is for long - text, and null represents no value.