Help needed in database design for application of Timetable Generation

Posted by Himadri on Stack Overflow See other posts from Stack Overflow or by Himadri
Published on 2010-05-08T09:51:15Z Indexed on 2010/05/08 9:58 UTC
Read the original article Hit count: 197

Filed under:

I am planning for an application of time-table generation. I wanted the data such as standardname, teachername, standard wise subjects and also relate the corresponding teacher with the subject and standard.

I had think like,
StandardMaster(stdid,stdname)
TeacherMaster(teacherid,teachername)
SubjectMaster(subid,subname,stdid)

What more I need? Any corrections needed in these three tables?

© Stack Overflow or respective owner

Related posts about database-design