Find the names of all students who have gpa greater than 3


Q2: Consider the following relational database:
STUDENT (SID, SName, GPA )
ENROLL (SID, CNo, Date )
COURSE (CNo, CTitle, Credits)
REQUIRE (CNo, Prerequisite)
Based on this relational database; give an expression in the relational algebra to 
express each of the following queries:
a. Find the names of all students who have GPA greater than 3.
b. Find the ID of all students who did not enroll in course IT222.
c. Find the name of all students who enroll in both IT222 and IT221 courses.
d. Find the names and GPAs of all students who enrolled in Course IT222.
e. List the students ID, name, GPA, and course Number such that all students have GPA greater than 3 . 5 and enrolled in a course in Jan 1, 2011.
f. List all students' names with the title of courses they registered in.
g. List the details of all students and their course enrollment; along with the courses prerequisites if they have one.
h. Find the details of all students who enrolled in all courses

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Find the names of all students who have gpa greater than 3
Reference No:- TGS0134135

Expected delivery within 24 Hours