#1. Write Create Table statements for the following tables:
ProjectActivity
Activity Resource
Resource
Resource Consume
#2 Write Insert statements to populate the tables using the data from the attached spreadsheets:
ProjectActivity
Activity Resource
Resource
Resource Consume
#3. Write a query to display the following information:
Project NameActivity Name
Estimated Cost (total of Cost Per Unit multiplied by Plan Quantity for each activity)
Planned Start Date (Start)
Planned Finish Date (Start plus Plan Duration)
You can write the Create Table and Insert statements in the Schema Panel and then run your query to accomplish the last part of the problem in the other panel.
Comments
Post a Comment