QUESTION IMAGE
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
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.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
A. sort the table