문제

i would like to know how to add PK to cross - reference table which is created from converting Conceptual Model to Physical Model and associate it with other table as FK.

Conceptual Model

Conceptual Model

Physical Model

Physical Model

Expected Result

Physical Model

  • Job Applications Table : PK ja_id(int)
  • Applications Table : FK ja_id(int)

I think i've described my problem clear enough :)

Thanks for help !

도움이 되었습니까?

해결책

Workaround for my question is shown in attached pics.

Conceptual Model

Conceptual Model

** Physical Model**

Physical Model

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top