SELECT columns
FROM table-1 
INNER JOIN table-2
ON table-1.column = table-2.column;