Menu

gitpiper

SQL joins Cheat Sheet in April 2024

Last Updated: 11 April 2024

README.md

Example

SELECT * FROM order_items \
  LEFT OUTER JOIN orders \
  ON order_items.order_id = orders.id

{: .-wrap}

Joins are typically added to SELECT statements to add more columns and records.

Diagram

SELECT * FROM `A` INNER JOIN `B`

{: .-setup}

┌────────┐
│ A  ┌───┼────┐
│    │ ∩ │    │
└────┼───┘  B │
     └────────┘

{: .-box-chars.-setup}

Join What
Inner join
Left outer join A +
Right outer join + B
Full outer join A + + B

338+ more cheat sheets for you in April 2024

Subscribe to our Newsletter

Subscribe to get resources directly to your inbox. You won't receive any spam! ✌️

© 2024 GitPiper. All rights reserved

Rackpiper Technology Inc

Company

About UsBlogContact

Subscribe to our Newsletter

Subscribe to get resources directly to your inbox. You won't receive any spam! ✌️