0% found this document useful (0 votes)
13 views

Database

The document outlines the structure of 6 database tables - Admin, Department, Exam, Exam Questions, Student, and Student Exam Info - listing the fields in each table.

Uploaded by

Black Cat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

Database

The document outlines the structure of 6 database tables - Admin, Department, Exam, Exam Questions, Student, and Student Exam Info - listing the fields in each table.

Uploaded by

Black Cat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

1.

Admin table
i. Admin id
ii. Admin name
iii. Admin email
iv. Admin img
v. Admin college name
vi. Admin password
vii. Admin create date
viii. Admin create time

2. Department table
i. Deratment id
ii. Department name
iii. Stream
iv. Duration from (year)
v. Duration to (year)
vi. Department theme
vii. Created on (date)
viii. No of student
ix. No of exams conducted

3. Exam table
i. Exam id
ii. Exam name
iii. Department name
iv. Difficulty level
v. Exam theme
vi. No of questions
vii. Pass mark
viii. Negative mark
ix. Exam duration
x. Exam start date
xi. Exam start time
xii. Exam end date
xiii. Exam end time
xiv. Exam created date/time
xv. Calculator option
xvi. Exam status (scheduled, started, finished)

4. Exam question table (created as exam name)


i. Question id
ii. Exam name
iii. Question instruction
iv. Question
v. Option 1
vi. Option 2
vii. Option 3
viii. Option 4
ix. Correct answer
x. Question duration

5. Student table
i. Student id
ii. Student name
iii. Roll number
iv. Student password
v. Student email
vi. Student image
vii. Department name
viii. College name
ix. Stream
x. Duration from (year)
xi. Duration to (year)

6. Student_exam info table (created as student name)


i. Exam id
ii. Exam name
iii. No of questions
iv. Completed date
v. Correct answered
vi. Wrong answered
vii. Skipped questions
viii. Score
ix. Average
x. Exam status (completed, missed)
xi. Internet speed
xii. Operating system
xiii. Web browser
xiv. Candidate img

You might also like