DEV Community

Suhngeun Yang
Suhngeun Yang

Posted on

Data structure

ctrl +/ or \

모델링 : 논리적 모델링,

row, tuple, record

field, attribute, variable, feature

단일값속성 <-> 다중값속성
단순속성 <-> 복합속성

key란 : 유일성과 최소성을 만족하는 릴레이션의 value를 찾을 때 사용하는 값?
key란 : tuple을 구분할 수 있는 attribute

키의 종류 : super key, candidate key, primary key, alternate key, foreign key

한 테이블의 중복되지 않은 로우의 개수 : cardinality

매핑 카디널 : 1:1 1:n n:m

degree

unique, not null, check, default, primary

regression
cause and result

Top comments (0)