If any body know SQL, I am kind of stuck with one Query,..
Tables:
Question:
There is to real data,. only a theoratical question,...
Note: use either SQL or embbeded SQL
Tables:
Code:
STUDENT(SSN,NAME,GPA,MAJOR, BIRTHDATE, REGISTRATIONDATE)
COURSE (CID, COURSETITLE, UNIT)
ENROLLED (SSN, CID, GRADE)
PREREQUISITE (CID, PREREQUISITE-CID)
Question:
Code:
d.What are the names of all the
prerequisites of CIS 4400
(prerequisites of CIS 4400, prerequisites
of the prerequisites of CIS 4400, and so on)?
There is to real data,. only a theoratical question,...
Note: use either SQL or embbeded SQL