Question: Based on the given tables FACULTY, COURSE, Perform the PROJECT operation using SELECT and JOIN operations as given in the query to create a subset
Based on the given tables FACULTY, COURSE, Perform the PROJECT operation using SELECT and JOIN operations as given in the query to create a subset of data. Show the output in a table format.
Table1:
Table2:
Query:
SELECT FACULTY.ProfessorID, FACULTY.ProfessorName, FACULTY.ProfessorCity, COURSE.CourseID, COURSE.CourseName FROM COURSE, FACULTY WHERE COURSE.ProfessorID=FACULTY.ProfessorID AND ProfessorID=P8259 OR ProfessorID=P8263
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
