# TODO: create a subsitute table which records student and teacher applications and an Admin must approve it and set salary for the faculty or other relavant stuff
insertinto"ARFA_app_student"("name","phone_number","email_ID","address","username","password")values('raj','9999999999','raj@gmail.com','street x avenue y','raj23','raj');
insertinto"ARFA_app_faculty"("name","phone_number","email_ID","address","username","password","salary","subject_ID_id")values('mathur','8888888888','mathur@gmail.com','street m avenue n','mathur','mathur','1000000','P');