You build a report to analyze customer transactions from a database that contains the tables shown in the following table.
You import the tables.
Which relationship should you use to link the tables?
one-to-many from Customer to Transaction
one-to-one between Customer and Transaction
one-to-many from Transaction to Customer
many-to-many between Customer and Transaction
Each customer can have many transactions.
For each transaction there is exactly one customer.
Submit