Question Details

Detailed explanation and options for the selected question.

What is the function of the SQL JOIN operation?

A. To combine rows from two or more tables
B. To remove duplicates from a table
C. To group rows with similar values
D. To filter rows based on a condition

Explanation:

SQL JOIN combines rows from two or more tables based on a related column. It does not remove duplicates, group rows, or filter rows directly.