What is the result of an INNER JOIN operation?
Question 1
Q1. What is the result of an INNER JOIN operation?
Answer: Only matching rows from both tables
Explanation: An INNER JOIN returns only the rows that have matches in both tables.