Skip to content

A project that uses SQL to create a different databases for departments in a company. These departments have different job types with different employees in them. Furthermore, many queries are show that can be run to change or extract information from the database.

Notifications You must be signed in to change notification settings

dakshp13/SQL-Staff-Database-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

63 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š SQL Staff Database Project

This project demonstrates the use of SQL to design and manage a company's staff database system.
It covers database creation, table design, and queries to manipulate and extract useful information.


πŸ“‚ Project Overview

The database models different departments within a company. Each department contains multiple employee types with their respective attributes.

  • Departments:

    • HR
    • Finance
    • IT
    • Marketing
    • Sales
  • Employee Types (tables under each department):

    • Full-time
    • Part-time
    • Contractual
    • Intern

πŸ›  Features

  • Creation of multiple department databases.
  • Definition of employee tables with relevant attributes.
  • Use of SQL queries for:
    • Adding employees.
    • Updating employee records.
    • Deleting records.
    • Extracting meaningful insights (e.g., employees by type, department statistics).

About

A project that uses SQL to create a different databases for departments in a company. These departments have different job types with different employees in them. Furthermore, many queries are show that can be run to change or extract information from the database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published