Concept Flow - INNER JOIN
Start with Table A
Start with Table B
Compare rows from A and B
Match rows where join condition is true
Combine matched rows into result
Return combined rows only
INNER JOIN takes two tables and returns only the rows where the join condition matches in both tables.