I have 3 tables:
BaseData
DataPt1
GradesToPts
The BaseData table contains details about students such as name, gender, etc.
The DataPt1 table contains sets of grades for each subject a student studies (e.g. A, B, C).
The GradesToPts table contains a set of numerical equivalents to those...