A foreign key is a field in one table that connects to the primary key field in the original table, which in this case is the customer table. The customer ID is the primary key of the customer table, but it becomes a foreign key in the order table. This way, the relationship is established and the data in these two tables are related. You should now be able to explain the relationships between data in a database and identify instances of related data. Great work.
RE: Coursera writing 1 on 28 MAY