jorge is creating a directory of student phone numbers and addresses. he performed a query to obtain the…

jorge is creating a directory of student phone numbers and addresses. he performed a query to obtain the data he will include. he now needs to arrange the data alphabetically by last name, from a to z. which sort function should he use?\nsort ascending\nsort descending\nfilter\nreapply sort

jorge is creating a directory of student phone numbers and addresses. he performed a query to obtain the data he will include. he now needs to arrange the data alphabetically by last name, from a to z. which sort function should he use?\nsort ascending\nsort descending\nfilter\nreapply sort

Answer

Brief Explanations:

Sorting alphabetically from A - Z is ascending order. Sort Ascending arranges data in this manner. Sort Descending is from Z - A. Filter is used to select specific data, not for alphabetical sorting. Reapply Sort is used to re - apply a previous sort operation.

Answer:

Sort Ascending