[DATABASE] 관계 제약(Relational Constraints)이란?

목차

관계 제약(Relational Constraints)

키(Key)

후보키(CK, Candidate Key)

슈퍼키(SK, Super Key)

기본키(PK, Primary Key)

대체키(AK, Alternate Key)

외래키(FK, Foreign Key)

제약

무결성 제약

개체 무결성 참조 무결성

Null Value

관계 데이터 모델의 특성에 따른 기본적인 제약

다중값 제약 도메인 제약 유일성 제약 무결성 제약

참고

Comments