Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

ER diagram provided Deliverables You must submit a text file with your SQL CREATE TABLE statements. Use the ER diagram from HW1 as your guide.

image text in transcribedimage text in transcribedER diagram provided

Deliverables You must submit a text file with your SQL CREATE TABLE statements. Use the ER diagram from HW1 as your guide. Below are the specs (the same as HW1). Specifications We wish to create and app with the following specifications: A company is organized into departments. Each department has a unique name, a unique number, and a particular employee who manages the department. We keep track of the start date when that employee began managing the department. A department may have several locations. A department controls a number of projects, each of which as a unique name, a unique number, and a single location. We store each employee's name, social security number, address, salary, sex, and birthdate. An employee is assigned to one department but may work on several projects, which are not necessarily controlled by the same department. We keep track of the number of hours per week that an employee works on each project. We also keep track of the direct supervisor of each employee. We want to keep track of the dependents of each employee for insurance purposes. We keep each dependent's name, sex, birthdate, and relationship to the employee. Dept. Number Dept. Name SSN Salary Dept. Location Manages Address Name Sex Department Start Date DOB Employee Works For Controls Has Is Has Project Works On Supervisor Name Dependent Project Name Project Number Sex Project Location DOB Emp Relation Deliverables You must submit a text file with your SQL CREATE TABLE statements. Use the ER diagram from HW1 as your guide. Below are the specs (the same as HW1). Specifications We wish to create and app with the following specifications: A company is organized into departments. Each department has a unique name, a unique number, and a particular employee who manages the department. We keep track of the start date when that employee began managing the department. A department may have several locations. A department controls a number of projects, each of which as a unique name, a unique number, and a single location. We store each employee's name, social security number, address, salary, sex, and birthdate. An employee is assigned to one department but may work on several projects, which are not necessarily controlled by the same department. We keep track of the number of hours per week that an employee works on each project. We also keep track of the direct supervisor of each employee. We want to keep track of the dependents of each employee for insurance purposes. We keep each dependent's name, sex, birthdate, and relationship to the employee. Dept. Number Dept. Name SSN Salary Dept. Location Manages Address Name Sex Department Start Date DOB Employee Works For Controls Has Is Has Project Works On Supervisor Name Dependent Project Name Project Number Sex Project Location DOB Emp Relation

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_2

Step: 3

blur-text-image_3

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

More Books

Students also viewed these Databases questions