Creation, insertion and reports in database with full source code

#1. Write Create Table statements for the following tables:

Project
Activity
Activity Resource
Resource
Resource Consume

#2 Write Insert statements to populate the tables using the data from the attached spreadsheets:

Project
Activity
Activity Resource
Resource
Resource Consume

#3. 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)

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.

Buy now

CONTACT DETAILS

For any other questions or other tasks please feel free to contact me
via email: mhassnainjamil@gmail.com
via WhatsApp: +92-324-7042178
via skype: hassnainjamil1

Comments

Popular posts from this blog

[SOLVED] Tape for a Turing Machine using Doubly-linked List in Java with full source code

[SOLVED] Branch Coverage, Statement Coverage and Path Coverage | Java Unit Testing

[SOLVED] Buggy Search And Sort Buy Reporting with Java source code