Problem

Consider the following GRADEBOOK relational schema describing the data for a grade book of...

Consider the following GRADEBOOK relational schema describing the data for a grade book of a particular instructor. ( Note : The attributes A, B, C, and D of COURSES store grade cutoffs.)

CATALOG(Cno, Ctitle)

STUDENTS(Sid, Fname, Lname, Minit)

COURSES(Term, Sec_no, Cno, A, B, C, D)

ENROLLS(Sid, Term, Sec_no)

Specify and execute the following queries using the RA interpreter on the GRADEBOOK database schema.

a. Retrieve the names of students enrolled in the Automata class during the fall 2009 term.


b. Retrieve the Sid values of students who have enrolled in CSc226 and CSc227.


c. Retrieve the Sid values of students who have enrolled in CSc226 or CSc227.


d. Retrieve the names of students who have not enrolled in any class.


e. Retrieve the names of students who have enrolled in all courses in the CATALOG table.

Step-by-Step Solution

Request Professional Solution

Request Solution!

We need at least 10 more requests to produce the solution.

0 / 10 have requested this problem solution

The more requests, the faster the answer.

Request! (Login Required)


All students who have requested the solution will be notified once they are available.
Add your Solution
Textbook Solutions and Answers Search