Here's the complete design:
"User" table has ID(auto num),FName,MName,LName,User,Pass,Type.
"Admin and Teacher" table has ID,FName,MName,LName,Gender
"Pupil" table has ID,FName,MName,LName,Gender,Batch,Section.
Now this "Pupil" table will be used for the "Results" table too.
Our teacher told...