mysql join simple example for beginners

preview_player
Показать описание
SQL joins explained in simple examples by Venn diagrams.
Links:
Joins in Venn diagrams
Joins without Venn diagrams
Useful examples from w3schools

Several examples of:

(INNER) JOIN: Returns rows with a match from both tables
LEFT (OUTER) JOIN: Return full left table, and only the matched rows from right
LEFT Excluding JOIN: Return rows from left table without match in right
RIGHT (OUTER) JOIN: Return full right table, and only the matched from left
FULL (OUTER) JOIN: Return rows when there is a match(left or right)

Please feel free to comment or suggest any topic

If you like this content please feel to contribute to this channel by

Bitcoin: 1DBZu6N9JTpRDdc9QChLZnX3v2iVRaQ4ym

Programming is a fun! :)

Рекомендации по теме
Комментарии
Автор

Thanks. I needed a refresher on table joining and this was one of the best explained videos I've found on it so far.

James-mvge