This project presents an HR Database Management system designed for a Retail Chain organization. The system is built to manage employee records, store locations, jobs, attendance, warnings, work assignments, evaluations, and vacation requests across multiple stores and locations.
The HR database includes the following tables:
- Store
- Department
- Job
- Employee
- Attendance
- Evaluation
- Vacation
- Warning
- Work Assignment
The project includes several SQL queries to extract relevant information from the database. Some of the key queries are:
- Retrieve full details of employees in a specific department
- List employee names with their managers' names and contact information
- Retrieve warning details for a specific employee
- Compare employee salaries to the average salary
- List departments with above-average warnings
- Retrieve work assignments for a specific employee in a given time frame
- List employees with their total warning counts
- Retrieve ongoing work assignments for employees in a specific department
- Get attendance times for a specific employee within a date range
- List employees with absences exceeding a given threshold
- Identify employees with excellent average evaluation rates
- Retrieve evaluation history for a specific employee
- List evaluations conducted by a specific manager
- Developed a comprehensive HR database system that efficiently handles various aspects of HR management
- Implemented complex SQL queries to extract valuable insights for HR decision-making
- Created a scalable and well-structured database design to support multiple HR functionalities
This project provides a strong foundation for future enhancements and scalability within the HR domain. Potential areas for improvement include:
- Implementing a user interface for easier data entry and retrieval
- Adding reporting and analytics features
- Integrating with other systems (e.g., payroll, time tracking)
- Implementing data security and access control measures
This project is licensed under the MIT License. See the LICENSE file for details.
