Question
You have been asked to create a database for the HR department of your company. Your first assignment is to create a set of tables
You have been asked to create a database for the HR department of your company. Your first assignment is to create a set of tables that will manage employees and their job titles. Each table should have a primary key and any foreign keys that will be used to join tables together. You should choose appropriate data types for fields based on the kind of data they will store. Ensure your small database is normalized to at least the third normal form. Create a database to contain the tables for this assignment. Name the Database with the first four letters of your last name and "database", example: GARRDatabase. Take a screenshot of the executed code and the results. Create a Job Title table to hold the data for the different job titles in the company. Take a screenshot of the executed code and the results. The Job Title table will have the following columns: Job ID Job Classification Job Title Job Description Status Insert records into the Job Title table using the Data Sheet for this assignment. Take a screenshot of the executed code and the results. The data to be inserted in the Job Title table can be found on the Job Title Data Sheet provided.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started