SQL Joins Quiz

SQL Joins Quiz

University

11 Qs

quiz-placeholder

Similar activities

MIS305 (Ch-6.1)

MIS305 (Ch-6.1)

University

10 Qs

Database Design Refreshment

Database Design Refreshment

University

15 Qs

Online Workshop Yakobus

Online Workshop Yakobus

6th Grade - Professional Development

16 Qs

Power BI Prepare the Data Quiz - 1

Power BI Prepare the Data Quiz - 1

University

10 Qs

BLOCKCHAIN

BLOCKCHAIN

University

15 Qs

Base de Datos 1 - Unidad 5 SQ-2L Quiz

Base de Datos 1 - Unidad 5 SQ-2L Quiz

University

15 Qs

Evaluacion Practica 6

Evaluacion Practica 6

University

10 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?