This project is a database design for a Payroll Management System, created as part of a DBMS learning project.
- Department management
- Employee records
- Salary structure
- Tax calculation support
- MySQL / SQL
The database includes the following tables:
- Department
- Employee
- Tax
- Create a database in MySQL
- Run the SQL script:
source schema.sql;