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 > schema drawings

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-20-08, 02:32
detonator detonator is offline
Registered User
 
Join Date: Nov 2008
Posts: 1
schema drawings

Guys,
Plzz don't laugh at my stupidity. I have no database designing experience. As part of an assignment, I have to design a databasefor a simple order entry application. I have to come up with an ER diagram & a schema drawings for each entity types showing attributes and relationships. I have pretty much done the ER diagram using Ms Visio. But I'm totally lost on the schema drawing. I don't know much about it and how to proceed. How is schema drawing different from an ER diagram? Can anyone shed some light.
Reply With Quote
  #2 (permalink)  
Old 11-20-08, 03:25
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
I'm not 100% sure, but if I had to guess I'd say that an ER diagram specifies how entities relate to one and other, whereas a schema diagram introduces attributes for the elements.
__________________
George
Twitter | Blog
Reply With Quote
  #3 (permalink)  
Old 11-20-08, 05:23
andrewst andrewst is offline
Moderator.
 
Join Date: Sep 2002
Location: UK
Posts: 5,171
An entity diagram is a conceptual data model showing the required entities, relationships and attributes - it is ana anlysis tool. A schema design shows an actual implementation in terms of tables and their foreign keys - it is a design tool. They often look very similar, but there are differences: for example, an entity diagram may show "many to many" relationships, but a schema diagram must show an extra table to implement that relationship.
__________________
Tony Andrews
http://tinyurl.com/tonyandrews
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