A_____ is a query that retrieves rows from more than one table or view:

A_____ is a query that retrieves rows from more than one table or view: Correct Answer Join

An SQL join clause combines records from two or more tables in a database. It creates a set that can be saved as a table or used as it is. A JOIN is a means for combining fields from two tables by using values common to each.

Related Questions

Which of the following query retrieves top 30 percent records with all attributes of a table named student?