[SOLVED] SQL table Solution

30.00 $

Programming resource
, Digital learning resource
Categories: ,
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (1 vote)

Do the following:

  • Write Create Table statements for the following tables:
    • Project
    • Activity
    • Activity Resource
    • Resource
    • Resource Consume
  • Write Insert statements to populate the tables using the data from the attached spreadsheets.
  • Write a query to display the following information:
    • Project Name
    • Activity 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)

To write your SQL statements, I would suggest using a free online tool, SQL Fiddle. 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.

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.