Question

What is the purpose of the "JOIN" clause in an SQL query?

A It retrieves data from the database. Correct Answer Incorrect Answer
B It specifies the columns to be displayed in the result set. Correct Answer Incorrect Answer
C It combines rows from multiple tables based on a related column. Correct Answer Incorrect Answer
D It filters rows in the result set. Correct Answer Incorrect Answer

Solution

It combines rows from multiple tables based on a related column.

Practice Next

Relevant for Exams:

×
×