If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > 'tables' of data

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-14-04, 10:47
mcalex mcalex is offline
Registered User
 
Join Date: Dec 2004
Posts: 2
'tables' of data

I have lots of data where one record conceptually matches a table rather than a row. My (overall) question is: How do I best deal with this? Possible sub-questions are: Are there RDBMS databases that deal with tables of data rather than rows? If not, are OOBDMS or R/O hybrids my solution? If not to both, does anyone know of any web pages with information on how to create 2 dimension databases that manipulate 3 dimension data (a different wording of essentially the same problem). If not to all the above, can anyone convince me of a better solution than maintaining a spreadsheet for each record? :-)

Cheers
mcalex
Reply With Quote
  #2 (permalink)  
Old 12-14-04, 11:44
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,524
do a google search for database normalization

that's the best way to deal with it

there has never been a data structure that a fully normalized database couldn't handle

yes, in oracle you can store a table inside a single row/column cell

thinking about that, and the sql required to manage it, gives me a big headache, but if you like that sort of complexity, then go get yourself an oracle license and go to town
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 12-15-04, 11:04
mcalex mcalex is offline
Registered User
 
Join Date: Dec 2004
Posts: 2
ahhh, so ok, stick with Excel.

It's that sql nightmare that I was looking to avoid. I know you can normalise any data structure, I just didn't think that a spreadsheet proggy would do this easier than a database.

thx for helping

mcalex
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On