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.

Built With

Share this project:

Updates