SQL Session 2 Quiz

SQL Session 2 Quiz

Professional Development

10 Qs

quiz-placeholder

Similar activities

Post-Test  SAP Sharing Knowledge

Post-Test SAP Sharing Knowledge

University - Professional Development

10 Qs

DBMS Quiz2

DBMS Quiz2

University - Professional Development

10 Qs

RELATIONAL DATA MODEL

RELATIONAL DATA MODEL

Professional Development

10 Qs

DP-300

DP-300

Professional Development

15 Qs

Joins & Testing Quiz

Joins & Testing Quiz

Professional Development

15 Qs

DML - Consultas

DML - Consultas

Professional Development

5 Qs

FinTech 07-3 SQL

FinTech 07-3 SQL

Professional Development

10 Qs

Intro to Python II Quiz

Intro to Python II Quiz

Professional Development

15 Qs

SQL Session 2 Quiz

SQL Session 2 Quiz

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Ammar Taimoori

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does INNER JOIN in SQL do?

  • Retrieves all rows from both tables

Retrieves only matching rows from both tables

Retrieves only rows from the left table

Retrieves only rows from the right table

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Only single WHEN statement can be included in CASE statement

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the default join type in SQL?

LEFT JOIN

RIGHT JOIN

INNER JOIN

OUTER JOIN

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following JOINs returns all rows from the left table and matching rows from the right table?

INNER JOIN

LEFT JOIN

RIGHT JOIN

FULL JOIN

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a LEFT JOIN, what happens if there is no match in the right table?

No rows are returned

All rows from the right table are returned with NULL values for columns from the left table

All rows from the left table are returned with NULL values for columns from the right table

An error is thrown

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which JOIN returns all rows when there is a match in either the left or right table?

INNER JOIN

LEFT JOIN

RIGHT JOIN

FULL JOIN

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is the CASE statement used in a SELECT clause?

To filter rows in the WHERE clause

To define conditions and return values based on them

To sort the result set

To join multiple tables

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?