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.
- To start new tables, run method create_tables().
- Follow the instuctions on the console to add or delete a job position or employee.
- Enter information based on ID.
- Link the two tables by linking the job to an employee ID.