
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Material Type: Quiz; Class: PHYSICAL CHEM III; Subject: Chemistry; University: Portland State University; Term: Spring 2006;
Typology: Quizzes
1 / 1
This page cannot be seen from the preview
Don't miss anything!
Clubs( club office phone ) sailing SH 120 5- hiking NH 283 5- ACM EB 118 5- chess CH 442 5-
Events(sponsor title date location length ) chess Speed chess 2 May SMSU 14 60 chess Opening moves 5 May SMSU 18 90 ACM Python intro 9 May SH 120 30 ACM Resume prep 4 June EB 276 90
SELECT E1.title title FROM Events E1 Opening moves WHERE E1.length >= ALL Resume prep (SELECT E2.length
SELECT C.name name FROM Clubs C sailing WHERE C.name NOT IN hiking (SELECT E.sponsor FROM Events E)
SELECT C.name same answer as above FROM Clubs C WHERE NOT EXISTS (SELECT * FROM Events E WHERE E.sponsor = C.name)
SELECT C.name, C.office name office FROM Clubs C sailing SH 120 WHERE C.office = SOME (SELECT E.location FROM Events E WHERE E.sponsor <> C.Name)