후보키candidate_key

curr goto 키key#s-2

변시우

후보키(CK, candidate key):
{
조건condition?

유일성 조건:
릴레이션relation에서, 키key로 지정한 속성attribute 값의 조합은 튜플tuple마다 모두 달라야 한다는 뜻.

최소성 조건:
릴레이션relation에서, 키로 지정한 속성attribute의 개수를 최소화해야 한다는 뜻. - 개수가 최소여야 조건을 만족? chk
둘 이상의 속성으로 이루어진 복합키composite_key가 아니라면 최소성 조건은 항상 충족함.

유일성만 만족하면 수퍼키super_key, 최소성까지 만족하면 후보키candidate_key.
}
// from http://www.kocw.net/home/cview.do?cid=fc3d162212c224f5 5-2 0m


https://foldoc.org/candidate key
WpKo:후보_키 "수퍼키super_key 중 더 이상 줄일 수 없는(irreducible, = 최소인 minimal) 형태를 가진 것"
WpEn:Candidate_key "a minimal superkey."
https://everything2.com/title/candidate key
HashKr:후보키
Wiki:CandidateKey

Up: 키key