Well done!

You have completed Day 2: Review!

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 
JOIN JOBS ON EMPLOYEES.JOB_ID = JOBS.ID;

Choose the correct answer below:

Skip Quiz Review Video