Skip to content

IamLiLin91/Payroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payroll

image

Background

This project's objective is to make a database for a payroll company that handles the payroll of several banks. The payroll company has already digitized the bank’s employees records and came up with the textual schema shown below (primary keys are underlined):

employee(ID, name, street, city)

works(ID, name, salary)

company(name, city)

manages(ID, manager_id)

Scripts

  • populate_employee
  • task_1
  • task_2
  • task_3
  • task_4
  • task_5

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published