What does “full constraint” mean? Its used in http://en.wikipedia.org/wiki/Multivalued_dependency
What does full constraint mean? Its used in http://en.wikipedia.org/wiki/Multivalued_dependency
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not sure if this is actually a generally used term. The only definition seems to be further down on the very same page, defined by contrast with “embedded constraint” (for which I can’t find definitions anywhere):
In terms of the example given in the article (two multivalued dependencies
course -> bookandcourse -> lecturer), the constraint is “full” in the sense that for everybookthat appears in the table, there must be all records(course, book, lecturer)that are required by the eachcourse -> lecturerdependencies, and similarly for everylecturer.