Final answer:
To create the select query named ManagerPhones with specified fields from Clients and Managers tables, use the Query Design function in database software such as Microsoft Access, and then drag and drop the required fields in the correct order before running and saving the query.
Step-by-step explanation:
To create a new select query in Query Design view using the Clients and Managers tables, and to include the ClientName and Phone fields from the Clients table along with the LastName field from the Managers table, you should follow these steps:
- Click Create.
- Choose Query Design.
- Add both Clients and Managers tables to the design view.
- Drag the ClientName field from the Clients table to the first column in the query grid.
- Drag the Phone field from the Clients table to the second column in the query grid.
- Drag the LastName from the Managers table to the third column in the query grid, ensuring the fields are in the correct order as requested.
- Run the query by clicking the Run button (denoted by an exclamation mark).
- Save the query with the name ManagerPhones using the Save option.