To combine rows from two or more tables based on a related column, you use a SQL ________.
- COMBINE
- JOIN
- MERGE
- UNION
In SQL, the JOIN keyword is used to combine rows from two or more tables based on a related column. It allows you to retrieve data from multiple tables based on a related column between them.
Loading...
Related Quiz
- In SQL, what statement is used to add a new record to a table?
- In statistics, what does the median represent in a data set?
- What is the difference between 'forking' and 'cloning' a repository in Git?
- What is the primary purpose of using a histogram in data visualization?
- In a project requiring text analysis, what R package would you select for effective text mining and sentiment analysis?