SQL - INNER JOIN
You have two tables with duplicate keys:
When joining on
Table A: (id, val)Table B: (id, val)When joining on
id, how does the join engine handle multiple matching rows?