Question: Using a subquery, select student first name where the student is in the student course table. Using a subquery, select the students that have not

Using a subquery, select student first name where the student is in the student course table.

Using a subquery, select the students that have not taken any courses.

Using a subquery, select all students that have a GPA less than the student with the maxium GPA. Example, if the maxium GPA is 3.4 you would return all students with a GPA that is less than 3.4.

Using a subquery, select all students that have a GPA less than the top two students GPAs. Example, if the top two GPAs are 3.4 and 3.2 then return all students that have GPAs less than 3.2.

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!