Home > Archive > Oracle certifications > January 2004 > database models





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author database models
mir92

2004-01-09, 8:41 pm

Hi,

I'm a little confused about the conceptual model and implementation model, what's the diffrence between the two?
student615

2004-01-12, 11:54 am

quote:
Originally posted by mir92
Hi,

I'm a little confused about the conceptual model and implementation model, what's the diffrence between the two?



Conceptual model where you describe an employee table like
EMP_CODE PRIMARY KEY
EMP_NAME
EMP_DATEOFBIRTH

Implementation model you say
EMP_CODE NUMBER PRIMARY KEY,
EMP_NAME VARCHAR2(494) NOT NULL
..
..
..


So basically Conceptual model emphasis on capturing business data and implementation model takes care of datatype,constraints...etc
also
Conceptual model would have everything normalized, 3NF or higher. Implementation model may have denormalized tables because performance is better.

Hope this helps
Sponsored Links





Free Braindumps | MCSE braindumps software forum

Copyright 2003 - 2008 examnotes.net