How do people usually manage this kind of data in MySQL?
Posted: Tue Oct 18, 2005 3:32 am
For example, this forum. The forum has this division "Databases".
How do people usually store the names of moderators in this division? Because the number of moderators could vary. It could be only 1 moderator, 3 moderators, or more. So in the database, when admin adds a moderator, does the database actually use a separate table to store all information about moderators, or just reserves a few rooms for recording names of moderators in the table with forum division information (It is like the Databases division can have a maximum of 5 moderators)? Or some other methods?
Thank you
How do people usually store the names of moderators in this division? Because the number of moderators could vary. It could be only 1 moderator, 3 moderators, or more. So in the database, when admin adds a moderator, does the database actually use a separate table to store all information about moderators, or just reserves a few rooms for recording names of moderators in the table with forum division information (It is like the Databases division can have a maximum of 5 moderators)? Or some other methods?
Thank you