The simplest way to explain would be to give an example.
Say I have a set of database tables like this:
Person(SSN, DOB)
Alias(SSN, FirstName, LastName)
Address(SSN, Street, City, State)
Phone(SSN, PhoneNum)
Skill(SSN, SkillDescription)
There's one person with a particular SSN and that person...