Question
Allison would like to find all records that are in stock. In her database, she has a field named "in stock." When the item is in stock, a "yes" appears. What should Allison do?
Responses
Locate each record and check each one.
Locate each record and check each one.
Conduct a query and set the criteria as =yes.
Conduct a query and set the criteria as =yes.
Sort the records in ascending order by item number.
Sort the records in ascending order by item number.
Conduct a query and set the criteria to >2.
Responses
Locate each record and check each one.
Locate each record and check each one.
Conduct a query and set the criteria as =yes.
Conduct a query and set the criteria as =yes.
Sort the records in ascending order by item number.
Sort the records in ascending order by item number.
Conduct a query and set the criteria to >2.
Answers
GPT-4o mini
Allison should **conduct a query and set the criteria as =yes**. This will allow her to efficiently retrieve all records that are currently in stock without having to manually check each one.