SQL Joins Quiz

SQL Joins Quiz

University

11 Qs

quiz-placeholder

Similar activities

Mastering SQL Query Basics

Mastering SQL Query Basics

University

10 Qs

PBD QUiz 1

PBD QUiz 1

University

15 Qs

MIS305 (Ch-6.1)

MIS305 (Ch-6.1)

University

10 Qs

Google Sheets

Google Sheets

12th Grade - University

15 Qs

MSSQL Server Quiz

MSSQL Server Quiz

University

15 Qs

TABLE  SET UP

TABLE SET UP

2nd Grade - University

10 Qs

Delivery, Inspection & Quality Assurance

Delivery, Inspection & Quality Assurance

University

12 Qs

SQL Quiz

SQL Quiz

University

15 Qs

SQL Joins Quiz

SQL Joins Quiz

Assessment

Quiz

Instructional Technology

University

Medium

Created by

Gerald Gerald

Used 1+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL JOIN returns only matching records from both tables?

INNER JOIN

LEFT JOIN

RIGHT JOIN

FULL JOIN

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a LEFT JOIN return?

Only matching rows from both tables

Only rows with NULL values

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

All rows from the right table

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL JOIN returns all records from the right table?

FULL JOIN

INNER JOIN

LEFT JOIN

RIGHT JOIN

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a FULL JOIN return?

Only rows from the right table

Only rows from the left table

All rows from both tables with NULLs for non-matching rows

Only matching rows

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a type of SQL JOIN?

INNER JOIN

LEFT JOIN

CROSS JOIN

FULL JOIN

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of an INNER JOIN?

All records from the right table

All records from the left table

Only records that exist in both tables

All records from both tables

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL JOIN would you use to retrieve all patients and their visit records?

RIGHT JOIN

LEFT JOIN

FULL JOIN

INNER JOIN

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?