QUIZ Time Starts !

5 minutes

Thanks you have successfully attempted the quiz.


SQL Joins 4

Fill out the form to attempt test.

 

 

 

1 / 10

Which of the following types of JOIN will result in returning only rows from the right table that have no match in the left table?

2 / 10

How would you join three tables with an INNER JOIN on a common key column?

3 / 10

Which type of JOIN would you use to retrieve all employees, including those who have not yet been assigned to a department?

4 / 10

What would be the result of a CROSS JOIN between a table with 3 rows and another with 5 rows?

5 / 10

Which of the following SQL joins will not return any data if there is no match in the joined tables?

6 / 10

How does a FULL OUTER JOIN behave when there are no matching rows in either table?

7 / 10

What is the key difference between an INNER JOIN and a LEFT JOIN?

8 / 10

Which of the following joins will return all rows from both tables?

9 / 10

In a SELF JOIN, how do you distinguish between the two instances of the same table?

10 / 10

What is the result of an INNER JOIN between two tables that contain null values in the join column?

Your score is