So.. i’m working on a system where I will store the data about my students classes (name, code, location and etc)
The problem is: Class is a reserved word!
And I don’t want to do on my last version where I called it “MyClass”.
So, any advice on this naming issue?
You could try using “Course” instead.