What is the purpose of the SQL Server INNER JOIN clause?
A. Combines rows from two or more tables
B. Retrieves all rows from a table
C. Retrieves rows that have no matching rows in the other table
D. Excludes specified rows
INNER JOIN combines rows from two or more tables based on a related column.