Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Separate user inputs into a single table?
I have a table with a primary key of 4 columns. It has a set of columns
(A1, A2, A3, etc.)
and a set of columns (B1, B2, B3, etc.). Each column is to contain
identical sets of data
ie, A1 = B1, A2 = B2, A3 = B3, etc. I also have 2 columns to keep track of
different
users A_USER, B_USER. The idea is to have A_USER enter data for the A
columns, and the B_USER enter data for the B columns, and then verify that
the columns entered by each user match for each record entered. The main
requirements are:
So basically, given the main requirements above, my question is:
Does the above table setup make sense? And do you forsee any problems with
accessing
records in the table?
Basically, the above appears to make sense, but others have suggested a
design which puts
columns A1, A2, A3, etc. and B1, B2, B3, etc. into separate tables. Code is
then used to
compare users and data in the columns in the 2 tables, etc. To me, this
seems
unnecessarily complex. Am I missing something here?
Thanks in advance,
AEG Received on Tue Feb 05 2002 - 23:11:37 CST
![]() |
![]() |