Beginner Database Management Systems
Q8 / 100

What is a JOIN in SQL?

Correct! Well done.

Incorrect.

The correct answer is B) Combining rows from two or more tables based on a related column

B

Correct Answer

Combining rows from two or more tables based on a related column

Explanation

JOINs combine rows based on matching column values. INNER JOIN returns only matching rows. LEFT JOIN returns all left-table rows plus matching right rows. RIGHT JOIN is the reverse.

Progress
8/100