Online Examination System Final Year Project developed by VB & MS Access Database, These are the below database tables used in this project.
TABLE NAME : muserinfo
PURPOSE : This table is used to store user details
FIELD NAME | DATA TYPE |
Loginid | Text |
Password | Text |
Firstname | Text |
Lostname | Text |
Birthdate | Text |
Gender | Text |
Occupation | Text |
TABLE NAME : madmininfo
PURPOSE : This table is used to store administration details
FIELD NAME | DATA TYPE |
Adminid | Text |
Adminpw | Text |
TABLE NAME : mquestions
PURPOSE : This table is used to store questions details
FIELD NAME | DATA TYPE |
Lang | Text |
Questype | Text |
Quesno | Number |
Question | Text |
Choice1 | Text |
Choice2 | Text |
Choice3 | Text |
Choice4 | Text |
Choice5 | Text |
Answer | Text |
TABLE NAME : msubinfo
PURPOSE : This table is used to store subject details
FIELD NAME | DATA TYPE |
Sub_code | Text |
Sub_title | Text |
Click Here To Download Online Examination System Final Year Project Database