Skip to content

departments, salary details, and tax information. This project focuses on relational database design using SQL, including table creation, relationships, constraints, and data integrity.

Notifications You must be signed in to change notification settings

Arushi-Naidu/Payroll-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Payroll Management System

This project is a database design for a Payroll Management System, created as part of a DBMS learning project.

Features

  • Department management
  • Employee records
  • Salary structure
  • Tax calculation support

Tech Stack

  • MySQL / SQL

Database Structure

The database includes the following tables:

  • Department
  • Employee
  • Tax

How to Use

  1. Create a database in MySQL
  2. Run the SQL script:
    source schema.sql;

About

departments, salary details, and tax information. This project focuses on relational database design using SQL, including table creation, relationships, constraints, and data integrity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published