| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Question on place data on table
Hi,
I'm new to database design and was just wondering if anyone can help me with the following table, thanks in advace.
I have a analytical results from the lab and would like to store it in the database, here is one of the many result look like.
Project Number: xxx
Run Number: yyy
0 to 10 10 to 20 20 to 30 30 to 40
chemical a 1 2 3 4
chemical b 5 6 7 8
chemical c 9 10 11 12
0 to 10, 10 to 20 ....is boiling point range chemical a, chemical b are compound names the numbers are analyticla results
my initial approach is using ProjectNumber, RunNumber, BoilingPoint range and Compound as primary key, that way I can uniquely indentify a result. but i think i may be wrong...
Kevin Received on Thu Jan 04 2001 - 02:28:37 CST
![]() |
![]() |