INNER JOIN - produces only the set of records that match in both Table A and Table B — SELECT *
FROM table1
INNER JOIN table2
ON table1.name = table2.name
We use cookies to understand our websites traffic and offer our website visitors personalized experience. To find out more, click ‘More Information’. In addition, please, read our
Privacy policy.