JOIN Flashcards

JOIN Flashcards

Assessment

Flashcard

Information Technology (IT)

12th Grade

Hard

Created by

Samujeet Chakraborty

Used 2+ times

FREE Resource

Student preview

quiz-placeholder

10 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the primary purpose of a SQL JOIN? 

Back

To combine rows from two or more tables 

2.

FLASHCARD QUESTION

Front

Which type of JOIN returns all rows from the left table and the matched rows from the right table? 

Back

LEFT JOIN 

3.

FLASHCARD QUESTION

Front

What does an INNER JOIN do? 

Back

Returns only the rows with matching values in both tables 

4.

FLASHCARD QUESTION

Front

Which JOIN includes all records from both tables, matching where possible? 

Back

FULL JOIN 

5.

FLASHCARD QUESTION

Front

In SQL, what is a primary key used for? 

Back

To uniquely identify records in a table 

6.

FLASHCARD QUESTION

Front

What is the result of a RIGHT JOIN? 

Back

All rows from the right table plus matching rows from the left table 

7.

FLASHCARD QUESTION

Front

When using a LEFT JOIN, what happens to the rows in the left table that do not have a match in the right table? 

Back

They are included with NULL values for the right table's columns 

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?