Create a temporal database based on human resources database

Assignment Help Database Management System
Reference no: EM131347028

Assignment

Create a Temporal Database based on a human resources database. It must have 3 dimension tables and 1 fact table. Use this database code as foundation.

Create Database HumanResoruces1

GO

use HumanResoruces1

GO

CREATE TABLE [Department]
(
[Department_ID] [int] NOT NULL,
[Department_Name] [nchar](50) NULL,
[Department_PhoneNumber] [nchar](25) NULL,
PRIMARY KEY (Department_ID)
);

CREATE TABLE [Employee]
(
[Employee_ID] [int] NOT NULL,
[Employee_FirstName] [nchar](50) NULL,
[Employee_LastName] [nchar](50) NULL,
[Employee_PositionID] [int] NOT NULL,
[Employee_Phone_Number] [nchar](10) NULL,
[Employee_SSN] [nchar] (9) NULL,
[Department_ID] [int] NOT NULL

PRIMARY KEY (Employee_ID)

FOREIGN KEY (Department_ID) REFERENCES Department(Department_ID),
);

CREATE TABLE [Employee_Job_Positions]
(
[Employee_PositionID] [int] NOT NULL,
[Job_Title] [nchar](50) NULL,
[Department_ID] [int] NOT NULL
PRIMARY KEY (Employee_PositionID)
FOREIGN KEY (Department_ID) REFERENCES Department(Department_ID)
);

Reference no: EM131347028

Questions Cloud

Are there options offered by one os that are not available : Are there options offered by one OS that are not available in the other? Which OS do you think has the best selection? Can you think of any areas that have not been addressed by this assistive technology?
Determine the nozzles heat transfer rate : Determine the nozzle's heat transfer rate, The nozzle's entropy production rate, The nozzle's exit velocity, and the exit area of the nozzle.
Identify the pathophysiological mechanisms of chronic asthma : Complications of asthma can be sudden. Consider the case of Bradley Wilson, a young boy who had several medical conditions. He appeared in good health when he went to school, returned home, and ate dinner. However, when he later went outside to pl..
Determine the maximum flow rate of helium : Determine the maximum flow rate of helium that passes through a nozzle with a 1.00 × 10-2 m diameter throat from an upstream stagnation state of 35.0 MPa at 27.0°C.
Create a temporal database based on human resources database : Create a Temporal Database based on a human resources database. It must have 3 dimension tables and 1 fact table. Use this database code as foundation.
Determine the minimum throat diameter : Determine the minimum throat diameter required for a nozzle to pass 0.250 lbm/s of air from a stagnation state of 100. psia at 70.0°F.
Is the monopoly on patented pharmaceuticals warranted : Is the monopoly on patented pharmaceuticals warranted? What barrier to entry prevents the re-importation into the United States of pharmaceuticals sold at lower prices abroad (say, in Canada)?
Determine the diameter of the leak hole : Air leaks into the chamber from the atmosphere at 101.3 kPa, 20.0°C, and the air inside the chamber is maintained at 20.0°C by heat transfer with the walls. Determine the diameter of the leak hole.
How long will it take to fill the tank : The tank is connected to the source by a single 0.125-inch inside diameter tube. How long will it take to fill the tank?

Reviews

Write a Review

Database Management System Questions & Answers

  Knowledge and data warehousing

Design a dimensional model for analysing Purchases for Adventure Works Cycles and implement it as cubes using SQL Server Analysis Services. The AdventureWorks OLTP sample database is the data source for you BI analysis.

  Design a database schema

Design a Database schema

  Entity-relationship diagram

Create an entity-relationship diagram and design accompanying table layout using sound relational modeling practices and concepts.

  Implement a database of courses and students for a school

Implement a database of courses and students for a school.

  Prepare the e-r diagram for the movie database

Energy in the home, personal energy use and home energy efficiency and Efficient use of ‘waste' heat and renewable heat sources

  Design relation schemas for the entire database

Design relation schemas for the entire database.

  Prepare the relational schema for database

Prepare the relational schema for database

  Data modeling and normalization

Data Modeling and Normalization

  Use cases perform a requirements analysis for the case study

Use Cases Perform a requirements analysis for the Case Study

  Knowledge and data warehousing

Knowledge and Data Warehousing

  Stack and queue data structure

Identify and explain the differences between a stack and a queue data structure

  Practice on topic of normalization

Practice on topic of Normalization

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd