Foreign Key Constraints
ActedIn(ActorName, MovieName)
If MovieName in ActedIn is a foreign key for Movies, then:
1) Foreign Key must be a reference to a valid value in the referenced table.
2) … must be a PRIMARY KEY in the referenced table.
Yes, this is a referential integrity constraint.