Sections offered each semester — DBMS OPPE Question
Sections offered each semester
00:00
Using the section table, count how many sections were offered in each semester of each year. Return semester, year, and the count as num_sections, one row per (semester, year) combination.
Order the result by year, then by semester.
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan