Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

ASSIGNMENT: The following relations are part of a school database: tbIStudent(STUDENTID, STUDENT_NAME, MAJOR, YEAR, GPA) tbIFaculty(FACULTYID, DEPARTMENT, TEACHERNAME) tbIStudentEnrollment(STUDENTID, COURSE#, GRADE) tbIFacultyResponsibility(FACULTYID, COURSE#) Using PROJECT,

image text in transcribed

ASSIGNMENT: The following relations are part of a school database: tbIStudent(STUDENTID, STUDENT_NAME, MAJOR, YEAR, GPA) tbIFaculty(FACULTYID, DEPARTMENT, TEACHERNAME) tbIStudentEnrollment(STUDENTID, COURSE\#, GRADE) tbIFacultyResponsibility(FACULTYID, COURSE\#) Using PROJECT, SELECT and JOIN, write the sequence of operations to answer each of the following questions: 1. What are the names and IDs of students who are enrolled in courses taught by teachers whose name is 'GEORGE'? (2.5 pts) 2. What are the names and GPA's of students who are enrolled in courses that are the responsibility of teachers in the ComputerScience department and who have grades of ' B ' in those courses? (2.5 pts)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle RMAN For Absolute Beginners

Authors: Darl Kuhn

1st Edition

1484207637, 9781484207635

More Books

Students also viewed these Databases questions