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 > Drawing ER-Diagram need suggestion

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-27-03, 00:26
Jimi Jimi is offline
Registered User
 
Join Date: Aug 2003
Posts: 1
Drawing ER-Diagram need suggestion

hello everybody,

I'm drawing an ER-diagram for an existing trading system. I'm just starting out and is deciding what entities should be included.

Now I have accounts and stocks, but then what should be the tables that store the orders? how about the portfolio table? and the interest settings table? should they be entities or relations? (and how?)

I only have very limited knowledge on drawing ER-diagram but do not have much time left, any suggestions and guidance will be greatly appreciated.

jimi
Reply With Quote
  #2 (permalink)  
Old 08-27-03, 07:57
andrewst andrewst is offline
Moderator.
 
Join Date: Sep 2002
Location: UK
Posts: 5,171
Re: Drawing ER-Diagram need suggestion

Quote:
Originally posted by Jimi
hello everybody,

I'm drawing an ER-diagram for an existing trading system. I'm just starting out and is deciding what entities should be included.

Now I have accounts and stocks, but then what should be the tables that store the orders? how about the portfolio table? and the interest settings table? should they be entities or relations? (and how?)

I only have very limited knowledge on drawing ER-diagram but do not have much time left, any suggestions and guidance will be greatly appreciated.

jimi
Entities are analogous to tables, so you will proably have an Order entity, Portfolio entity, etc.

Relationships (not "relations", which is a technical synonym for tables) are lines indicating how 2 entities are related. Typically a foreign key in the system will map to a relationship in the ERD.
__________________
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