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

  Write a function checksmaller

Write a function 'Max' that takes an int array and the size of the array as input and returns the largest element of the array. The function should look like the following.

  Explain what project management is and how evolved over time

Explain what project management is, and how it evolved over time

  What do you find most interesting in the failure stories

What generalizations apply across the cases? ?What do you find most interesting in the failure stories? ?Do they provide any insights about how a failure might be avoided

  Implement a series of queries on the database

As a way to demonstrate success, you are to implement a series of queries on the database to reflect the business logic of Best Home real estate.

  What advice would you give the managers of this company

Advice given to managersThe storage system that best fits the needs of the companyReasons why this is the best storage system.

  What are the advantages of a data warehouse

Why do companies use data warehouses? What are the advantages of a data warehouse? Are there control issues that must be taken into consideration? Explain.

  Build an entity relationship model for the above scenario

Draw a DFD (Context and Level 1) for placing an order based on the E-R diagram shown here.

  Describe various relational database management systems

Create an xml representation of data describing various relational database management systems (e.g. Microsoft SQL Server, MySQL, ...). The data for each database should include (but is not necessarily limited to) info like name, vendor, current v..

  Create state transition diagram to describes student states

Create a state transition diagram that describes typical student states and how they change based on specific actions and events.

  Draw an fdd that shows the personal trainers main functions

Draw an FDD that shows the Personal Trainer's main functions. Also draw a use case dia-gram that represents the interaction between a user and the proposed TIMS system.

  Develop some reports and queries for running the business

The database includes fields for record number, store identification number, sales region, item number, item description, unit price, units sold, and the weekly sales period when the sales were made.

  Construct the entire city jail database

HS2021 Database Design and Use Group Assignment. Write down all the SQL statements require to construct the entire City Jail database. Execute all SQL queries in Oracle SQL developer 12c to implement the "City Jail" database in Oracle 12c. The CREA..

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