PostgreSQL project analyzing data analyst jobs, salaries, skill demand, and market trends.
335
This repository contains a PostgreSQL database preloaded with real-world job market data focused on data analyst roles.
The database includes information about:
Job postings and salaries
Companies and locations
Required and in-demand skills
This image is designed for learning, practicing, and analyzing SQL queries related to the data analytics job market.
docker pull salvadormartinezsm/postgres-sql-project:latest
docker run -d \
--name sql_data_analysis \
-p 5432:5432 \
salvadormartinezsm/postgres-sql-project:latest
Connect to the database
psql -h localhost -p 5432 -U postgres -d sql_course
The database is automatically initialized with tables and data on first run.
Content type
Image
Digest
sha256:f321a6ff8…
Size
202.3 MB
Last updated
9 months ago
docker pull salvadormartinezsm/postgres-sql-project