Not sure what to even call this idea…
I have a list of school levels: PK, K, 1, 2, … 8
At the moment, i have a Student table with the grade name in each student’s record. When I sort by grade, I get the usual alpha sort, but would prefer the PK, K, 1,.. order.
I am thinking that to obtain the “grade name ordered sort”, I need to reorganize the schema: make two tables, such that the Student table and the Grade Name tables are linked.
Am i on the right track, or is there an easier way i am overlooking?