SQL Joins

SQL Joins

Professional Development

10 Qs

quiz-placeholder

Similar activities

Social Media Basics for Educators

Social Media Basics for Educators

9th Grade - Professional Development

15 Qs

MySQL Webinar

MySQL Webinar

Professional Development

10 Qs

Understanding SQL Subqueries

Understanding SQL Subqueries

Professional Development

7 Qs

Google Sheets Stock and Production Quiz

Google Sheets Stock and Production Quiz

Professional Development

15 Qs

Algebra relationala

Algebra relationala

Professional Development

12 Qs

SQL Reboot Quiz

SQL Reboot Quiz

Professional Development

15 Qs

SQL

SQL

Professional Development

10 Qs

DP-100 Day 4

DP-100 Day 4

University - Professional Development

10 Qs

SQL Joins

SQL Joins

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Monika Jain

Used 17+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A_____ is a query that retrieves rows from more than one table or view

Start

End

Join

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many join types in join condition

2

3

4

5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which join refers to join records from the right table that have no matching key in the left table are include in the result set

Left outer join

Right outer join

Full outer join

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Relation R1 has 10 tuples and 5 attributes. Relation R2 has 0 tuples and 7 attributes. When a CROSS JOIN is achieved between R1 and R2, how many tuples would the resultant set have

28

10

0

35

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which join is to be used between two tables A and B when the resultant table needs rows from A and B that matches the condition and rows from A that does not match the condition

Outer Join

Cross Join

Inner Join

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement is TRUE about FULL OUTER JOIN created on two tables Table1 and Table2

Retrieves all the unmatched rows of Table1

Retrieves all the unmatched rows of Table2

Retrieves both matched and unmatched rows of Table1 and Table2

Retrieves only matched rows of table1 and Table2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which join is equivalent to Cartesian Product

INNER JOIN

OUTER JOIN

CROSS JOIN

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