Question: introduction to Database Management System e) [2 pts] Rewrite the following query in SQL without using the EXCEPT or the MINUS clause. (SELECT bookID FROM
![introduction to Database Management System e) [2 pts] Rewrite the following](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f459047c63f_60466f4590420d1f.jpg)

introduction to Database Management System
e) [2 pts] Rewrite the following query in SQL without using the EXCEPT or the MINUS clause. (SELECT bookID FROM TextBook AS TB1 WHERE TB1.publisher = 'Prentice Hall') EXCEPT (SELECT bookID FROM Textbook AS TB2, book Adoption WHERE TB2.bookID = bookAdoption.bookID AND semester = '1/220072008') Consider the following database that keeps track of student enrollment in courses and the text books adopted (used) in each course. Student ( sNo, sName, major, birthDate) Enroll (sNo, No, semester, grade) 1nn Course ( No, cNmae, department) 100 BookAdoption (cNo, bookID, semester) 40 North 60 East TextBook (bookID, title, publisher, author) North 20 - 0 1st Qtr 2nd Qtr 3rd Qtr 4th Qtr
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
