Here you will learn to write RA and RC expressions.
Consider the following three tables in a typical university database:
Course Section ------------------------- --------------------------- cnum title credits cnum secnum room cap ------------------------- --------------------------- MeetingTime --------------------------------------- cnum secnum day starttime endtime ---------------------------------------
((course WHERE credits > "3") JOIN ((meetingtime WHERE day = "mon") INTERSECT (meetingtime WHERE starttime = "7:00")))[cnum,title]
1 { t | (Ec) (Es) (course(c) and section(s) and t[1] = s[4] and c[1] = s[1])}