我的非分解,非规范化的Job Application表中有4列,它们都是Nullable,例如我的表是:
Name | SSN | Education | City | Job Applied | Post | Job Obtained | Post Obtained
John. | 123 | High School | LA | USPS | MailMan | USPS | MailMan
John. | 123 | High School | LA | Dept. of Agri | Assistant | *null* | *null*
Sam. | 123 | BS | NY | Intel | QA Analyst | Intel | QA Analyst
前4列是不可空的,因此我可以轻松确定它们之间的功能依赖性。
最后4列,可以有也可以没有值,具体取决于某人是否有工作,也取决于他/她是否已申请工作。
我的问题是:我可以在可空列上具有功能依赖性,无论它们是在LHS还是RHS上。