Hi i have a table name student like below
student(student_id, name, dateofbirth, email, password);
the student_id field is auto incremented. I am trying to find an option or way to add a prefix "s_" to my student_id field but I cant seem to. Is it not possible on database application on PHPMyADMIN ?? Thank you.