You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Pewlett Hackard Analysis repo uses Structured Query Language (SQL) in a Postgres relational database using pgAdmin. An entity-relationship diagram (ERD) was initially designed to organize employee data for six separate CSV files containing employee, department, employees by department, managers by department, salary, and title information. T…