sunilvedula
Sunil
- Local time
- Tomorrow, 00:12
- Joined
- Jan 18, 2007
- Messages
- 138
hi all,
i am trying to get normalization concepts right in my desing of database so as to avoid wastage of space and corruption of data.
i have 12 queue (people work on this data which they get from different sources) an they will require to enter informatin related to the queue in the database.
the information that is required to be entered for each of the queues is different but there are some common fields.
so do i create a single table which contains all the fields not repeating any of it though by creating a primary key with autonumber, queue name and the employee id(which is unique) .
or do i create tables by grouping common fields and creating tables for queues for differnt fields?
which would be a better desing what would be the best way to follow?
i am trying to get normalization concepts right in my desing of database so as to avoid wastage of space and corruption of data.
i have 12 queue (people work on this data which they get from different sources) an they will require to enter informatin related to the queue in the database.
the information that is required to be entered for each of the queues is different but there are some common fields.
so do i create a single table which contains all the fields not repeating any of it though by creating a primary key with autonumber, queue name and the employee id(which is unique) .
or do i create tables by grouping common fields and creating tables for queues for differnt fields?
which would be a better desing what would be the best way to follow?