QUIZ Time Starts !

5 minutes

Thanks you have successfully attempted the quiz.


SQL Joins 3

Fill out the form to attempt test.

 

 

 

1 / 10

Which join would you use to combine data from three tables: employees, departments, and salaries, where all employees should be included?

2 / 10

In SQL, which type of join returns rows where there is no match in both tables?

3 / 10

Which join will return rows where only the columns that match a specified condition in both tables are included?

4 / 10

Which of the following queries will result in a Cartesian product?

5 / 10

< 4>A FULL OUTER JOIN will return rows when:< 4>

6 / 10

If you want to return all rows from both tables, matching rows where available, and NULL where there is no match, which type of JOIN do you use?

7 / 10

Which of the following JOIN types includes rows that have no matching data in the result set?

8 / 10

Which of the following is not a valid SQL JOIN type?

9 / 10

What type of JOIN would you use to select all customers and their orders, even if the customer has no orders?

10 / 10

How would you write a query to join three tables: table1, table2, and table3 with INNER JOIN?

Your score is