Multiple choice What happens when a primary key is combined with a foreign key? It connects network model between the tables that connect them. It connects many-to-many relationship between the tables that connect them. It connects parent child relationship between the tables that connect them. None of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation A foreign key in one table references a primary key in another table, establishing a parent-child relationship where the referenced table is the parent and the referencing table is the child.