Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 Database Design and Application Architecture
 Examination System Database Design

Author  Topic 

SweetoSyed
Starting Member

4 Posts

Posted - 2007-06-25 : 06:39:19
Hi all!
I have already design some tables for student info system of a school with student and teachers table. Now i want to design tables for exam system and i am stuck up as how better it could be done.
The exam system is as follows

There are Two Terms in an academic year
There are two bimontlhy's(BM) in each term
There are Four Class works(cw), One Oral Project(OP) and One Assessment Test(AT)

Its Like
cw1+cw2+cw3+cw4+OP+AT = BiMonthly(BM)
and
BM1+BM2+First Term Exam = First Term

I have student, teacher, subject, classes table design, what better structure could be of exam and assessment for all the classworks, bimonthly and term exams?

looking to have some positive ideas.

thank you

regards,
Tahir

   

- Advertisement -