Asked by Maddie Murch on Jun 01, 2024

verifed

Verified

If you want to sort records in the query results first by City and then by LastName, where should you insert the LastName field in the query design grid?

A) to the right of the City field
B) to the left of the City field
C) in the first column of the query design grid
D) below the City field

Query Design Grid

A graphical user interface in database software that helps users construct and visualize SQL queries without writing code.

LastName Field

A specific field in a database or form used to enter or display a person's surname.

City Field

A field in a form or database designated for entering the name of a city.

  • Implement and understand the capabilities of filtering and sorting in database applications.
verifed

Verified Answer

UE
Udodiri EnweremJun 03, 2024
Final Answer :
A
Explanation :
The LastName field should be inserted to the right of the City field. This will result in the query first sorting by City and then sorting by LastName within each city group.