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 > help, beginner learning databases

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-04-05, 16:38
da1squad da1squad is offline
Registered User
 
Join Date: Dec 2005
Posts: 1
help, beginner learning databases

NEVERMIND...

Last edited by da1squad; 12-04-05 at 20:05.
Reply With Quote
  #2 (permalink)  
Old 12-04-05, 16:51
Littlefoot Littlefoot is offline
Lost Boy
 
Join Date: Jan 2004
Location: Croatia, Europe
Posts: 3,629
I'd say that it is necessary to keep in mind what you're relating - it would probably be unwise to try to join a DATE column with a CLOB column, for example. During design process, you - in most cases - can not know which values will be stored into relating columns.

As a physical model is created upon underlying logical model, usually they are equal. However, during implementation process you'll sometimes find out that certain things should be done differently than you designed in the logical model.
Reply With Quote
  #3 (permalink)  
Old 12-04-05, 17:41
rokslide rokslide is offline
Registered User
 
Join Date: Nov 2003
Location: Christchurch, New Zealand
Posts: 1,617
Completing an ER design (entity relationship design) IMO requires that you or someone else that is working on the design with you, understands the data that you are going to be storing.

You need to understand the entities and the business model to be able to determine your relationships, the data doesn't matter a lot, it is really just an implementation of the relationship.

The logical model will not necessarily equate to the physical model. The physical model can change for implementation/practicality reasons. The physical model may store calculated values to save time retrieving data.

Data could be split off into different entities to reduce table size and improve query performance.

This sounds like home work....
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