HR Department Database

PostgreSQL database for the HR Department SQL challenge.

Connection Details:Host: wookie-db.codesubmit.ioPort: 54329Database: hrUser: readerPassword: reader

Connect with psql:

PGPASSWORD=reader psql -h wookie-db.codesubmit.io -p 54329 -U reader hr

Read-only access to public sample employee data.