Question: Which courses are not offered in either the College of Arts and Sciences or the College of Education?
(Change the SQL query to a relational algebra query.) Please show the output based on your answer as well in a table for further explanation.
SELECT COURSE.COURSE#, COURSE.NAME, COURSE.COLLEGE
FROM COURSE
WHERE COURSE.COLLEGE <> “Arts and Sciences” OR COURSE.COLLEGE <> “Education”;
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here