Well done!

You have completed Day 3: Final Exam!

Quiz Question 1 of 5

The EMPLOYEES table has 267 rows and the JOBS table has 28 rows. How many rows does the following query return?

SELECT *
FROM EMPLOYEES 
LEFT OUTER JOIN JOBS ON EMPLOYEES.JOB_ID = JOBS.ID;

Choose the correct answer below:

Skip Quiz Review Video