•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Database Design section within the Web Development category of DaniWeb, a massive community of 374,612 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,442 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Database Design advertiser:
Views: 1922 | Replies: 2
![]() |
•
•
Join Date: Jan 2006
Posts: 1
Reputation:
Rep Power: 0
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
Location: Dallas, TX
Posts: 481
Reputation:
Rep Power: 4
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
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb Database Design Marketplace
- 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


Linear Mode