Hey guys! For my student database, my primary key is the Student_ID. The student ids are exactly 9 characters long. So, I want my primary key to accept inputs which are exactly 9 characters (not less or more). This would avoid inputting bad data. How could I do this?
I would really appreciate some help. Thanks!