473,396 Members | 1,884 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Table design suggestions please...?

Hi,

I'd like some suggestions on a db design.

The data source is pretty simple. I'll be importing from an excel
spreadsheet. There could be 4 to 12 rows, and there will always be
the same amount of columns as rows.

row headers and column headers are just numbers, and the actual data
again is just numbers.

There will be about 30 "pages" for each spreadsheet, ie, the number of
times I'll import the same spreadsheet will be 30, as it's dynamically
updated with current numbers.

example:

ID 1 2 3 4 5
1 x 45 23 12 54
2 12 x 34 23 12
3 14 34 x 12 54
4 23 43 65 x 87
5 87 23 23 32 x

I was thinking of having a table for rows/column number (ID), and a
table for each "page" (up to 30). Then a table that links each ID to
the other ID. That design works, but it's not the most efficient,
cause it doesn't seem to be normalized the best.

Anybody have a more elegent way of storing layered tables?

Thanks,
Bodi
Nov 13 '05 #1
1 1131
Bodi wrote:
Hi,

I'd like some suggestions on a db design.

The data source is pretty simple. I'll be importing from an excel
spreadsheet. There could be 4 to 12 rows, and there will always be
the same amount of columns as rows.

row headers and column headers are just numbers, and the actual data
again is just numbers.

There will be about 30 "pages" for each spreadsheet, ie, the number of
times I'll import the same spreadsheet will be 30, as it's dynamically
updated with current numbers.

example:

ID 1 2 3 4 5
1 x 45 23 12 54
2 12 x 34 23 12
3 14 34 x 12 54
4 23 43 65 x 87
5 87 23 23 32 x

I was thinking of having a table for rows/column number (ID), and a
table for each "page" (up to 30). Then a table that links each ID to
the other ID. That design works, but it's not the most efficient,
cause it doesn't seem to be normalized the best.

Anybody have a more elegent way of storing layered tables?

Thanks,
Bodi


YOu can link the spreadsheet within Access and it becomes a table
withing Access. You can then update the data either in Excel or Access.
Nov 13 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: brian kaufmann | last post by:
Hi, I'm new to Access and this may be a basic question but I would appreciate it if you could let me know how to do this: I've created an Access table and would like to insert a column with...
4
by: lorirobn | last post by:
Hello, I'd be curious to hear other thoughts on my database and table design. My database is for 'space use' in a lodging facility - will hold all spaces, like rooms (lodging rooms, dining...
5
by: Shibu | last post by:
Hi, I have a situation where I need to convert business objects to a flat table. The reverse is also required. I am using c# and Oracle ODP. I am looking for an easier method to do the below...
4
by: Nathan Sokalski | last post by:
When editing an ASP Table, Visual Studio does not allow me to edit it in Design View. This makes it harder to add elements, because I must add every element either by using Design View to create...
21
by: Johan Tibell | last post by:
I would be grateful if someone had a minute or two to review my hash table implementation. It's not yet commented but hopefully it's short and idiomatic enough to be readable. Some of the code...
4
by: Deus402 | last post by:
I am designing an employer database, and I had thought that my tabledesign was pretty sound, but a new revelation has ruined my design. What I guess i really need is a way to uniquely identify...
17
by: Stubert | last post by:
I have a training module db that stores information about employees and what training they have carried our or need to carry out. One table in this database stores what training needs to be carried...
8
by: active | last post by:
I have a table on my page with rows and cells. I try to drag a table from the toolbox into one of the cells but the drag symbol shows it is not allowed (and the table does not drop) Can I...
4
by: Ken Fine | last post by:
I've been living with a frustrating issue with VS.NET for some months now and I need to figure out what the problem is. Hopefully someone has run into the same issue and can suggest a fix. I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.