| | |
New Table Design
Please support our Database Design advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Jan 2006
Posts: 1
Reputation:
Solved Threads: 0
Hi,
I am new to db admin and would appreciate some help with a design issue.
We currently have 3 applications all with their own DB which all contain a product table. It is different in all 3 DB's and I need to replace all 3 with one enterprise wise table. This table has around 300 fields in it which when analysed fall into about 8 logical groups. Would it be better design practice to break this table up into 8 smaller tables with the product code as the key in each?
Like I said, I am very new to this and want to do it right.
Thanks for any help.
I am new to db admin and would appreciate some help with a design issue.
We currently have 3 applications all with their own DB which all contain a product table. It is different in all 3 DB's and I need to replace all 3 with one enterprise wise table. This table has around 300 fields in it which when analysed fall into about 8 logical groups. Would it be better design practice to break this table up into 8 smaller tables with the product code as the key in each?
Like I said, I am very new to this and want to do it right.
Thanks for any help.
•
•
Join Date: Jul 2005
Posts: 483
Reputation:
Solved Threads: 19
on the surface, three hundred fields sounds like a lot, but it depends on the data involved, Does every product have one and only one entry in every column? if so, then your table is fine. if not you need to break it down.
if you are merging 3 different databases, i'm betting that there will be some fields that are exclusively going to be used by certain product types, those need to be in different tables.
You might want to get a intro to database design book as well.
if you are merging 3 different databases, i'm betting that there will be some fields that are exclusively going to be used by certain product types, those need to be in different tables.
You might want to get a intro to database design book as well.
erm.. Norminalisation??
there should probably be 1 database with a number of tables in it,
erm are there any replicacted entries or empty entries? if so please normalise the database before you do any front end stuff otherwise you'll get half way through the front end a find out it's either impossible or some queries will be VERY code intensive.
do you have any ERDs you can show us?
there should probably be 1 database with a number of tables in it,
erm are there any replicacted entries or empty entries? if so please normalise the database before you do any front end stuff otherwise you'll get half way through the front end a find out it's either impossible or some queries will be VERY code intensive.
do you have any ERDs you can show us?
•
•
•
•
NIKE just mod it!
HND Business IT
CCNA
MSCE
![]() |
Similar Threads
- Need Freelance CSS expert to recode existing table design (Web Development Job Offers)
- Help on General Best Practices for Table/Database Design (Database Design)
- Multi Location Store Software database design (VB.NET)
- Help with contact/mailing list database design... (Database Design)
- database table design problems (Database Design)
Other Threads in the Database Design Forum
- Previous Thread: Probelm Containing to Sybase Database frrom J2EE Web Application
- Next Thread: Microsoft Access date validation Need a solution
| Thread Tools | Search this Thread |





