Question: You must design a Microsoft Access database file for managing project & employee data with tables, fields, relationships, and queries as given below. Please submit

You must design a Microsoft Access database file for managing project & employee data with tables, fields, relationships, and queries as given below. Please submit your Access file without any data the TAs will import data to test your work. However, you may find it useful to temporarily add some data to your tables, especially to test your queries.

1) Tables: Fields (keys in yellow, foreign keys in blue)

  • Project: code (short text, input mask 000000-0000), name (short text, maximum length 30), location (short text, maximum length 30), client (short text, input mask 000000), startDate (short date)
  • Client: code (short text, input mask 000000), name (short text, maximum length 40), email (short text, maximum length 30), address (short text, maximum length 50), zip code (short text, input mask 00000-0000), phone number (short text with phone number input mask)
  • Department: name (short text, maximum length 20), email (short text, maximum length 30), phone number (short text with phone number input mask)
  • Employee: idNumber (short text, input mask 000000), firstName (short text, maximum length 20), lastName (shortText, maximum length 20), phone number (short text with phone number input mask), email (short text, maximum length 30), department (short text, maximum length 20), project (short text, input mask 000000-0000)

2) Relationships: Link all foreign key fields to their original tables

  • Project.client to Client.code
  • Employee.project to Project.code
  • Employee.department to Department.name

3) Queries:

  • Select and display all Employee records where the Department is Security
  • Select and display all Project codes and names where the Client is Burger King
  • Select and display all Employee first & last names where the Department is not Finance
  • Select and display all Client records where the zip code is 60607-1234
  • Select and display all Employee records where the Project's Client is Epic Games
  • Select and display all Employee phone numbers where the last name is Smith and the Department is Security
  • Select and display all Client names and emails whose Projects had a start date in October 2020

Checklist

1. Check your fields and make sure they match all the assignment specifications. 2. Check your relationships - referential integrity is unnecessary and can make testing more difficult. 3. Test your queries: including one match & one non-match for each query. then, when you run the query, you should get only one matching result. and if you do, then your query is probably correct. 4. Delete your data, if any.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related General Management Questions!