My wife is a school teacher, and I am trying to help her by creating a database that can track student performance and calculate grades. The basic structure has 3 tables:
Students (e.g., [StudentID], [Name], etc.)
Assignments (e.g., [AssignmentID], [Subject], [Discipline], [Date], etc.)...
I would like to select the bottom 5 values for different types of data. Is it possible to use the Top predicate with aggregated data? Or is there another solution?
Thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.