PostgreSQL
Relationships and Constraints
Normalization
Joins
JDBC
SQL Injection2
IoC & DI
Practice
Assignment
Back end Track
Under construction
<aside>
🚧
This page is currently under construction. Please check back later.
</aside>
Implementation plan:
- Recap:
INNER JOIN from core program
LEFT JOIN — all rows from left table, matching from right
RIGHT JOIN and FULL OUTER JOIN (awareness)
- Self-joins — joining a table with itself
- Joining multiple tables in a single query
- Table aliases for readability
- Common mistakes: accidental cartesian products, missing join conditions
- Exercise: write multi-table join queries on the schema from 5.2
The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0

*https://hackyourfuture.net/*
Found a mistake or have a suggestion? Let us know in the feedback form.