Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Generic table
A table lists groups. Another lists members. Another is a hash between those two.
Group
Member
===
Id
Name
Group_Member
Some groups have specific information about each member, anywhere between one and twenty different types of information.
Adding columns to the Group_Member table would seem to require columns for each group, causing the table to have many unneccesary columns for each member. If there are one thosand groups and three hundred had five group specific columns there would be much unused.
Having a table for each group that needs it would answer that problem. However, the amount of tables may be uncontrollable.
A generic table sounds nice, but seems hard to implement, especially when retrieving data and storing different data types.
Any ideas?
Brian Received on Wed Nov 08 2000 - 16:45:57 CST
![]() |
![]() |