when the action cascade propagates the changes that were made to a primary key out to the associated foreign key, which of the following are the outcomes? select all that apply. question 7 options: rows containing invalid foreign keys are deleted when the primary key is deleted. rows containing valid foreign keys are inserted when the primary key is inserted. invalid foreign keys are set to the new primary key value when a primary key is updated. rows containing valid foreign keys are deleted when the primary key is deleted. rows containing valid foreign keys are inserted when the primary key is duplicated.