Inspecting joins in PostgreSQL
Introduction
Relational databases distribute their data across many tables by normalization or according to business entities. This makes maintaining a growing database schema easier. Real-world queries often span across multiple tables, and hence jo...
arctype.hashnode.dev7 min read