Solution: Compute Student CGPA
Explore how to calculate the Cumulative Grade Point Average for each student by joining student and semester tables, aggregating semester GPAs, and sorting the results. This lesson helps you understand applying SQL joins, grouping, and average calculations to real-world datasets.
We'll cover the following...
We'll cover the following...