Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

11. you want to find everyone with the area code of (808). what would y…

Question

  1. you want to find everyone with the area code of (808). what would you use?

filter
reports
fields
sort

  1. your supervisor wants names and phone numbers of everyone in your database living in canada. what database tool(s) would you use?

filter and print.
query and report.
query and filter.
print and forms.

Explanation:

Brief Explanations

For question 11: A filter is used to display only the records that meet a specific criterion (in this case, the area code of (808)). Reports are for presenting data in a formatted way, fields are the columns in a database table, and sort is for arranging data in a particular order (e.g., alphabetical or numerical).
For question 12: A query is used to retrieve specific data (names and phone numbers of people in Canada), and a report is used to present that retrieved data in an organized format. Filtering alone (without a query to define the criteria precisely for a more complex request like getting data from a specific country - though filtering could be part of a query operation in some software, but in database terminology, query is more about defining the data retrieval logic and report is for presentation). Print is just for outputting, forms are for data entry.

Answer:

  1. filter
  2. Query and Report.