Question: NEED IN ORACLE SQL - Write a query to list the names of all courses where the # of faculty assigned to those courses is

 NEED IN ORACLE SQL - Write a query to list the

NEED IN ORACLE SQL - Write a query to list the names of all courses where the # of faculty assigned to those courses is zero. The output should be in alphabetical order by course name. - Using the above, write a query to list the course names and the # of students in those courses for all courses where there is no assigned faculty. The output should be ordered first by # of students descending and then by course name ascending.

department course Column Name Data Type Allow Nulls Data Type Column Name Allow Nulls g id name varchar(30) varchar(50) name deptld faculty Column Name Data Type Allow Nulls id lastname varchar(50) deptld studentCourse Column Name Data Type Allow Nulls studentld courseld progress startDate student Column Name Data Type Allow Nulls date varchar(30) varchar(50) lastname street streetDetail varchar(30) varchar(30) varchar(30) char(5) facultyCourse Column Name Data Type Allow Nulls postalCode majorld facultyld courseld

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!