drag the tiles to the correct boxes to complete the pairs. match the keys to its functions. foreign key…

drag the tiles to the correct boxes to complete the pairs. match the keys to its functions. foreign key super key compound key a combination of keys within a table that uniquely identifies each record within that table a unique key formed by the combination of two or more fields a field in one table, and this key is a primary key in a related table

drag the tiles to the correct boxes to complete the pairs. match the keys to its functions. foreign key super key compound key a combination of keys within a table that uniquely identifies each record within that table a unique key formed by the combination of two or more fields a field in one table, and this key is a primary key in a related table

Answer

Brief Explanations:

A super - key is a combination of keys within a table that uniquely identifies each record within that table. A compound key is a unique key formed by the combination of two or more fields. A foreign key is a field in one table, and this key is a primary key in a related table.

Answer:

foreign key - a field in one table, and this key is a primary key in a related table super key - a combination of keys within a table that uniquely identifies each record within that table compound key - a unique key formed by the combination of two or more fields