SQL Joins

SQL Joins

Professional Development

10 Qs

quiz-placeholder

Similar activities

Администрирование MS SQL Server

Администрирование MS SQL Server

Professional Development

13 Qs

Manipulating Data

Manipulating Data

University - Professional Development

15 Qs

The Relational Model and SQL DDL

The Relational Model and SQL DDL

University - Professional Development

5 Qs

JavaScript DOM

JavaScript DOM

Professional Development

7 Qs

Table relationships, SQL and Pandas joins

Table relationships, SQL and Pandas joins

Professional Development

10 Qs

Reboot Quiz

Reboot Quiz

Professional Development

15 Qs

Python quiz

Python quiz

University - Professional Development

10 Qs

Introduction to Digital Learning Platforms

Introduction to Digital Learning Platforms

Professional Development

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