Introduction to Problem Solving with Computers (CS 135)
Dr. William J. Joel, WS 110, 7-9353


Assignment 1

Just as we did in class, create a database file structure (table name, field names and datatypes) that will satisfy the following questions concerning players on a bowling team.
  1. Who had the highest score during a given month?
  2. Which player was absent from matches the most often in a given month?
  3. What are the addresses of the team members?
  4. Which member has been on the team the longest?