Posts by Andre Frota • 21 points
1 post
- 
		2 votes1 answer79 viewsA: What does a foreign key actually do in the database?Foreign key (Foreign key) is the field that establishes the relationship between two tables. Thus, one column corresponds to the same column as the primary key of another table. The function of the…