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:
Quizzes are the best way to test your knowlege. Sign up for Treehouse today and prove yourself. We guarantee 100% satisfaction.