Q. Which type of JOIN returns only matching rows from both tables?
β
Correct Answer: (D)
INNER JOIN
Explanation: `INNER JOIN` returns rows when there is at least one match in both tables.