How is Business_Group_Id in PER_ALL_PEOPLE_F a foreign key to HR_ORGANIZATION_UNITS which is a view?
How does the BUSINESS_GROUP_ID
column in the PER_ALL_PEOPLE_F
table function as a foreign key to the HR_ORGANIZATION_UNITS
view, given that the view is not a physical table and cannot have a database-enforced foreign key relationship?
Tagged:
0