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).
-
Couldn't load subscription status.
- Fork 0
mdeepak6411/HR_Database_MySQL
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 0
No packages published
