Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The goal for this assignment is for you to create a data model using SSMS diagrams. You will need to specify the primary key and

The goal for this assignment is for you to create a data model using SSMS diagrams. You will need to specify the primary key and at least one natural key unique index per table.

Heres the scenario

A company has a lot of projects going on and wants to better manage their portfolio of projects. To do this they have decided to make a database driven application. They have hired you as their database programming consultant to design the database according to their requirements.

The organization is divided into multiple companies. Each company is responsible for their own projects. Occasionally, a project may involve multiple companies. Projects can be defined, but not yet assigned any employees. And there are certainly employees that dont work on any projects. All employees belong to one and only one company. In terms of details, we really need to track the name of the company, project and employees. In addition to the first and last name, we also need the corporate email address of the employee We need to know the anticipated start date and end date for each project. We also need an estimated budget for each project.

Each item is worth 5 points except #7, which is worth 3 points for a total of 33 points. 1. Correct entities (tables) 2. Correct relationships 3. Correct primary key 4. Correct index for alternate key/unique index 5. Correct attributes (columns, datatypes and nullabililty) 6. Meaningful data in each table (2 rows per table) 7. Select statements for each table showing all the data for each table (no need to join tables). Sort the results by the indexed column(s).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications 23rd International Conference Dexa 2012 Vienna Austria September 2012 Proceedings Part 1 Lncs 7446

Authors: Stephen W. Liddle ,Klaus-Dieter Schewe ,A Min Tjoa ,Xiaofang Zhou

2012th Edition

3642325998, 978-3642325991

Students also viewed these Databases questions