Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

select the correct answer. aaliyah wants to view the records of her emp…

Question

select the correct answer.
aaliyah wants to view the records of her employee database in ascending order. what should she do?
a. sort the table
b. index the table
c. query the table
d. create a table

Explanation:

Brief Explanations

Sorting a table arranges its records in a specific order (ascending or descending). Indexing helps in faster data retrieval but doesn't order the records for viewing. Querying retrieves specific data based on conditions. Creating a table is for setting up the structure initially. Since Aaliyah wants to view records in ascending order, sorting is the correct action.

Answer:

A. sort the table