1. You are given a database to create, however, you realize that in the instructions you are told to create relationships between each table. How are relationships made between tables?

Respuesta :

tonb

Answer:

In your table create statement, you can reference a primary key of another table. This is called a foreign key.

The syntax varies per database type.