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 > General > Database Concepts & Design > Need constructive comments/criticism on ERD

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-17-09, 11:03
loch006 loch006 is offline
Registered User
 
Join Date: Feb 2009
Posts: 1
Question Need constructive comments/criticism on ERD

i'm somewhat new to database design and i need someone to take a look at this ERD design which i have created using a lot of surrogate keys and unique indexes as opposed to composite keys (in many cases)

i only have a few tables in there and it is in PDF for now so i have attached it here. There is only one page of interest so please give me any constructive comments or criticism so i can get going in the right direction. Feel free to email me if you want.
Attached Files
File Type: pdf db_diagram.pdf (27.1 KB, 73 views)
Reply With Quote
  #2 (permalink)  
Old 02-17-09, 11:14
pootle flump pootle flump is offline
King of Understatement
 
Join Date: Feb 2004
Location: One Flump in One Place
Posts: 14,905
I wouldn't use surrogates in place of composite keys at the modelling stage. Dependencies are easier to spot if all the relevant attributes are actually part of the entity definition rather than buried in parents. By all means use them when you implement the database; they just muddy the waters at this stage.
I haven't looked at the design long enough to be able to offer much else.
__________________
Testimonial:
Quote:
pootle flump
ur codings are working excelent.
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