목차

ERD

  • description : ERD 개념
  • author : 천호동밤안개
  • email : jhgong@repia.com
  • lastupdate : 2020-09-18, 2022-08-11

Intro

Case Study

Term

ERD ( Entity Relationship Diagram ) :
'Entity 개체'와 'Relationship 관계'를 중점적으로 표시하는 데이터베이스 구조를 한 눈에 알아보기 위해 그려놓는 다이어그램

카디널리티(cardinality) :
[정보•통신] 관계 데이터베이스에서 하나의 릴레이션을 구성하는 튜플의 개수, 또는하나의 데이터 타입으로 정의되는 데이터 레코드의 개수(네이버 국어사전)

ERD 관계선(카디널리티)
Cardinalities represent the relationships between databases, or entities. Each line connection contains different symbols to reflect the type of relationship between the entities.
출처: Entity Relationship Diagrams

Tools

Tip

Troubleshooting

Ref

[DB] 데이터 모델링 개념 및 ERD 다이어그램 그리는 법 (1:N 관계)

Entity-Relationship Diagram Symbols and Notation