Skip to content
Snippets Groups Projects
Commit a25af5ee authored by haoyuz3's avatar haoyuz3
Browse files

add question 1 4 6 7

parent 877c4881
No related branches found
No related tags found
No related merge requests found
No preview for this file type
SELECT E.CRN,C.Title,C.Department, AVG(Score) FROM Enrollments E, Courses C WHERE E.CRN = C.CRN AND C.Department='ECE' GROUP BY E.CRN,C.Title,C.Department HAVING AVG(Score) > 70 ORDER BY AVG(Score) DESC;
provenance formula | CRN | Title | Department | AVG(Score) | provsql-token
---------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment