SQL
Visual JOIN Diagrams
See SQL JOINs row-by-row — hover any row or hit play to watch the join happen live
Interactive April 2026
INNER JOIN: Returns only rows where both tables have a matching key. C003, C004, and O003 vanish — no match found.
// Result
3 rows returned
// SQL
// Quick reference
// Try it yourself
Write real JOIN queries against the FreshMart database in your browser — no install needed.
Open SQL Playground →Share
Discussion
0Have a better approach? Found something outdated? Share it — your knowledge helps everyone learning here.
Loading...