It creates a result set based on the rows in common between two tables
Correct:
It creates a result set based on the rows in common between two tables
Explanation:
The answer that comes closest to the truth is definitely Answer B. Inner joins are used to join
the contents of two tables based on a specific set of commonalities and then create a dataset that only contains rows in common between them.