I have a Classes table with the Class ID as the primary key.
I have a Homework table with Class ID as the foreign key as well as an attribute titled Due Date.
I want to implement a field in Classes called Next Assignment Due.
I need a query to find the next closest due date for that particular Class ID.