Question: Create and print the result of a query that generates the name, class and course numbers of students who have B's in computer science courses.

 Create and print the result of a query that generates the

Create and print the result of a query that generates the name, class and course numbers of students who have B's in computer science courses. Store this query as Q62. (Be sure to store the result too.) Then, revise Q62 to delete from the result set those students who are sophomores (class 2) using NOT..IN to SELECT sophomores. Repeat this exercise using MINUS instead of NOT.IN. 6-2. Create and print the result of a query that generates the name, class and course numbers of students who have B's in computer science courses. Store this query as Q62. (Be sure to store the result too.) Then, revise Q62 to delete from the result set those students who are sophomores (class 2) using NOT..IN to SELECT sophomores. Repeat this exercise using MINUS instead of NOT.IN. 6-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!