JOINS IN BIG DATA

JOINS IN BIG DATA

Professional Development

10 Qs

quiz-placeholder

Similar activities

30-04-20

30-04-20

Professional Development

12 Qs

SQL

SQL

Professional Development

12 Qs

Data Exploration & Cleansing

Data Exploration & Cleansing

Professional Development

8 Qs

CE Cohort 6 Presentation Summary

CE Cohort 6 Presentation Summary

Professional Development

12 Qs

Power Query Quiz

Power Query Quiz

Professional Development

15 Qs

Model View in Powerbi

Model View in Powerbi

Professional Development

10 Qs

Using Power BI Desktop (Part B)

Using Power BI Desktop (Part B)

Professional Development

12 Qs

Data Sourcing, Security & Modelling

Data Sourcing, Security & Modelling

Professional Development

12 Qs

JOINS IN BIG DATA

JOINS IN BIG DATA

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Dr. Pasha

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following JOINs returns only matching rows between two tables?

LEFT JOIN

RIGHT JOIN

INNER JOIN

FULL OUTER JOIN

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

RIGHT JOIN

LEFT JOIN

INNER JOIN

FULL OUTER JOIN

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of JOIN would you use to retrieve all records from both tables, regardless of whether there is a match?

FULL OUTER JOIN

INNER JOIN

RIGHT JOIN

LEFT JOIN

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which JOIN type is used to combine rows from two or more tables based on a related column between them?

OUTER JOIN

CROSS JOIN

INNER JOIN

SELF JOIN

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If Table A has 5 rows and Table B has 3 rows, what is the maximum number of rows a CROSS JOIN can return?

5

3

8

15

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the USING clause do in a JOIN statement?

specifies the condition on which the JOIN should happen

Automatically joins tables based on common column names

Filters the data before performing a JOIN

Allows joining tables without specifying column names

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If Table C has 4 rows and Table D has 6 rows, what is the maximum number of rows a CROSS JOIN can return?

24

10

6

4

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?