Students enrolled in multiple courses — DBMS OPPE Question
Students enrolled in multiple courses
00:00
Using the takes table, list the students who are enrolled in more than one course enrolment. Return the student ID and the number of enrolments as courses_taken, including only students above the threshold.
Order the result by ID.
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan