Assignment 3
Home Up

ASCII table

Assignment 3

  1. Create a select query that includes the Player’s First and Last name, and Phone number.
Sort the query by Lastname and then Firstname
Save the query with the name PhoneList
  1. 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
  1. 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