Question: Course Instructor Note: Both tables may not be necessary to complete this level. Complete the following correlated subquery to find courses with a capacity less

Course Instructor Note: Both tables may not be necessary to complete this level. Complete the following correlated subquery to find courses with a capacity less than the instructor's average course capacity. The query should return the rows containing Databases and Algebra. SELECT * FROM Course C WHERE Capacity = Course Instructor Note: Both tables may not be necessary to complete this level. Complete the following correlated subquery to find courses with a capacity less than the instructor's average course capacity. The query should return the rows containing Databases and Algebra. SELECT * FROM Course C WHERE Capacity =
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
