Search Header Logo

DBMS Joins – 60 MCQs

Authored by Rather Rather

Science

2nd Grade

Used 3+ times

DBMS Joins – 60 MCQs
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which join returns rows that have matching values in both tables?

LEFT OUTER JOIN

INNER JOIN

RIGHT OUTER JOIN

FULL OUTER JOIN

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A LEFT OUTER JOIN returns:

Only matching rows

All rows from the left table and matching rows from the right

All rows from the right table and matching rows from the left

All rows from both tables regardless of match

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A RIGHT OUTER JOIN returns:

Only matching rows

All rows from the left table and matching rows from the right

All rows from the right table and matching rows from the left

All rows from both tables regardless of match

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A FULL OUTER JOIN returns:

Only matching rows

Only unmatched rows

Only rows from the larger table

All rows from both tables with NULLs for missing matches

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A CROSS JOIN between tables with m and n rows produces:

m + n rows

m × n rows

max(m, n) rows

min(m, n) rows

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A NATURAL JOIN:

Joins on columns with the same name and removes one duplicate column

Automatically joins on primary keys only

Requires a USING clause

Performs a cross product then filters duplicates

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Equijoin vs NATURAL JOIN — which is correct?

They are identical in all SQL dialects

NATURAL JOIN enforces equality on same-named columns and removes duplicate output columns

Equijoin requires a USING clause

NATURAL JOIN supports inequality predicates by default

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?