I have unload a picture about the relational algebra.
In fact, there are three tables: student, sc, course.
course has cno and cname, respectively representing the number and name of course. sc has sno, cno, grade, respectlively representing number of student, number of course and the score.
What I mean is this:
Code:
select sname
from student
where
Leave a comment: