Concept Flow - INNER JOIN with ON condition
Start with Table A
Apply ON condition
Match rows where ON condition is true
Combine matched rows
Result Table
Output
We start with two tables, check each pair of rows against the ON condition, keep only matching pairs, then combine their columns into the result.