| |
Assignment 3
- Create a select query that includes the Players First and Last name, and Phone
number.
 | Sort the query by Lastname and then Firstname |
 | Save the query with the name PhoneList |
- Create a parameter query that will return all the records of players that live in a
certain city.
 | Save the query with the name City |
- Create a parameter query that will return all the records of players that were born
between two dates.
 | Save the query with the name Birthdates |
|