Jump to content

help in db design


drtanz

Recommended Posts

hi i would appreciate some help in designing db tables for the following scenario as i am quite stuck at the moment:

 

I am building this db for a university module reviewing system. There are many modules each having staff assigned to them in different roles, such as internal examiner, moderator, and other examiners. I would therefore want to represent these in tables so that i would be able to extract information about who are the staff members in a particular module and what role they have, or on the other hand display a staff member page featuring his roles in the modules.

 

thanks for the help

Link to comment
https://forums.phpfreaks.com/topic/60526-help-in-db-design/
Share on other sites

perhaps

 

[pre]

module            role                staff              roletype

========          =========            ==========        =============

mod_id    ------<  mod_id        +----- staff_id      +--- roletype

mod_name          staff_id  >---+      staff_name    |    rolename

                  roletype  >------------------------+

Link to comment
https://forums.phpfreaks.com/topic/60526-help-in-db-design/#findComment-302663
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.