Database Management Systems (DBMS)

What is the function or purpose of SQL JOIN?

Correct answer

D. An SQL operation that combines rows from two or more tables based on a related column.

Explanation

SQL JOIN refers to an SQL operation that combines rows from two or more tables based on a related column.