[Database] 데이터 모델링 - I/E 표기법

less than 1 minute read

Entity

Entity는 업무 정의에 필요한 객체의 최소 표현 정도로 볼 수 있다.

  • Identifier : PK. Entity를 유일하게 식별할 수 있는 속성
  • Attribute : 그 외 Entity를 설명하기 위한 속성


I/E 표현

entity

Relation

Entity 간의 관계를 정의한다.

M:N 관계

ie_relation


Identifying 관계

ie_relation2


참고

Leave a comment