Need some help regarding how/where to practice SQL queries ?

This page summarizes the projects mentioned and recommended in the original post on /r/AskProgramming

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • pgadmin4

    pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.

  • If you're not comfortable at the command line or want a more traditional text editing experience, a database gui like pgAdmin or tableplus will let you connect to a database and provide a text editor where you can write and run queries.

  • TablePlus

    TablePlus macOS issue tracker

  • If you're not comfortable at the command line or want a more traditional text editing experience, a database gui like pgAdmin or tableplus will let you connect to a database and provide a text editor where you can write and run queries.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • northwind_psql

    Northwind sample database for postgres

  • There's a famous sample database called Northwind https://github.com/pthom/northwind_psql . I think it was originally included by microsoft in MSAccess for training purposes. You can download it, load it into postgres through Adminer. Finally, I just now googled "northwind practice queries" and found this, there's questions and answers, and some more resources there to use.

  • Northwind-Database

    This repository contains 50 queries and answers to the popular northwind database using MySQL

  • There's a famous sample database called Northwind https://github.com/pthom/northwind_psql . I think it was originally included by microsoft in MSAccess for training purposes. You can download it, load it into postgres through Adminer. Finally, I just now googled "northwind practice queries" and found this, there's questions and answers, and some more resources there to use.

  • Adminer

    Database management in a single PHP file

  • You can install Adminer and run queries on your local postgreSQL database directly through a web-browser interface. It's often less scary than a command-line interface.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts