Homework #2
(#1 was the paragraph you turned in on Tuesday)
due Thursday, January 19th
This assignment is to be done in pairs using the pairs assigned in class.
Hand printed names of pairs: ______________________ __________________________
These questions use the tables given on the last slide from today’s lecture. It is slide #26 and shows FIGURE 8-21
Please use Word to create the tables representing your answers and print it out before turning it in.
SELECT STUDENT WHERE SID >= 200
PROJECT ENROLLMENT OVER (PositionNumber)
STUDENT EQUIJOIN ENROLLMENT
PROJECT STUDENT OVER (SID, Major)
SELECT CLASS WHERE Room = EB210
STUDENT X CLASS
STUDENT X ENROLLMENT GIVING TEMP1
SELECT TEMP1 WHERE SID < 250 GIVING TEMP2
PROJECT TEMP2 OVER Major,
PositionNumber
SELECT STUDENT WHERE SID < 300 AND Major = ‘History’