Skip to content

In this project, I have developed an HR Database to store and manage personal information relating to their employees using MySQL database.

mdeepak6411/HR_Database_MySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MySQL

HR_Database

In this project, I have developed an HR Database to store and manage personal information relating to their employees using MySQL database. the HR database contains 5 tables i.e. Employees, salary, Departments, Contact Details, and Locations and each table stores its related employee's data like Employees table stores Employees general information i.e Emp ID, Name, Gender, Hire date, and the Salary table store each employee salary data and Departments table stores each employee department data i.e. Dept_ID, Department name and the locations table stores each employee address i.e. city, state, country and postal code and the contactdetails table store each employees contact information i.e. phone number, emails, etc. I have designed this HR Database in a way where each table is associated with other tables with the help of a unique key or primary key and to maintain referential integrity I have applied a foreign key on each dimension table. I have also created a VIEW that stores all necessary tables data into one virtual table (emp_details_view).

ER_Model

ER Diagram

About

In this project, I have developed an HR Database to store and manage personal information relating to their employees using MySQL database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published