Examination system (using sql only):
#stored procedures for:
1-create exam randomly from stored questions
2- store student answer for each question in Exam
3-correct Exam and calculate scores
4-crud operation for each entity
#inline table value function for:
1- view student score in each attended exam
2-view student answers and correct answers in one exam to compare both answers