9강 mapping er to relational database model

OneTwoThree·2023년 6월 3일
0

데베시

목록 보기
3/7

ER to Relational model mapping algorithm

relational model이란?
er = entitiy relation model이란?

goals

  • 모든 정보 보존
  • 제약조건 유지
  • null 값 최소화

mapping하는법

  • step 1 : mapping of regular entity types
  • step 2 : mapping of weak entity types
  • step 3 : mapping of binary 1:1 relation types
  • step 4 : mapping of binary 1:N relational types
  • step 5 : mapping of binary M:N relational types
  • step 6 : mapping of multivalued attributes
  • step 7 : mapping of N-ary relational types

0개의 댓글