SQL Joins

SQL Joins

Professional Development

10 Qs

quiz-placeholder

Similar activities

dbms-22

dbms-22

Professional Development

8 Qs

Success Forge SQL Server Quiz

Success Forge SQL Server Quiz

Professional Development

15 Qs

DB2 (5/4)

DB2 (5/4)

Professional Development

10 Qs

MYSQL

MYSQL

Professional Development

9 Qs

SELECT 2

SELECT 2

Professional Development

10 Qs

DECI - Week 11 - round

DECI - Week 11 - round

Professional Development

10 Qs

Złożone zapytania SELECT  4

Złożone zapytania SELECT 4

KG - Professional Development

10 Qs

Querying SQL Server with Transact-SQL

Querying SQL Server with Transact-SQL

Professional Development

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