PostgreSQL Joins: Inner, Outer, Left, Right, Natural with Examples

PHOTO EMBED

Wed Apr 14 2021 16:56:48 GMT+0000 (Coordinated Universal Time)

Saved by @mvieira

SELECT columns
FROM table-1 
INNER JOIN table-2
ON table-1.column = table-2.column;
content_copyCOPY

https://www.guru99.com/postgresql-joins-left-right.html