Book a Demo

Author Topic: Keeping Primary Key  (Read 1978 times)

marcoamo

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Keeping Primary Key
« on: November 03, 2011, 09:19:07 am »
I did my logical data model using a class diagram to represent the entities and Class relationships to represent the relationships. Now, I am tranforming into a Physical model (DDL option). Questions:
- How I keep the primary key I defined in the Class/logical model (it is been replaced by a system generated attribute (class_nameiId)).
- How can I define a identifiable relationship (where the foreign key will become part of the primary key on the chlid table)?

Thanks.