If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > school vs multiple schools

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-26-04, 20:54
the_tweaker69 the_tweaker69 is offline
Registered User
 
Join Date: Feb 2004
Posts: 3
school vs multiple schools

We have all seen the single school example which has a student, course, and teacher table, but what about a database that has more than one school. Obviously, we can't simply insert all the data into a giant student table (etc) because many schools don't assign a student number based upon the ssn (unique number). Is it better then, to create a database for each school, keeping the data separate, or to combine all the students, parents, courses, (etc) into a global database where all the schools can access only their students' data. I can see this as being similar to a giant company that has different departments and employees (as schools is to students). But this would require that I put the unique school ID into many tables such as student, teacher, course, etc.
All responses welcome. I am 50/50 as to which is better.

Thanks
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On