Skip to content

kchen328/Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Employee Database

Uses Python and SQL to create a database that keeps track of a company's employees and job positions. Has employee information in one table, job positions in another.

  1. To start new tables, run method create_tables().
  2. Follow the instuctions on the console to add or delete a job position or employee.
  3. Enter information based on ID.
  4. Link the two tables by linking the job to an employee ID.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages