Medium1 markMultiple Choice
Area I: Information SystemsData ManagementSQLArea I

CPA · Question 30 · Area I: Information Systems

Which SQL command is used to combine rows from two or more tables based on a related column between them?

Answer options:

A.

MERGE

B.

JOIN

C.

LINK

D.

COMBINE

How to approach this question

Recall SQL syntax for multiple tables.

Full Answer

B.JOIN✓ Correct
JOIN
The JOIN clause (INNER JOIN, LEFT JOIN, etc.) is used to combine rows from two or more tables, based on a related column between them.

Common mistakes

Guessing non-SQL words like LINK or COMBINE.

Practice the full CPA ISC Practice Exam 5

82 questions · hints · full answers · grading

More questions from this exam