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?
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?
The relationship between the Customer and Transaction tables should be a one-to-many relationship from Customer to Transaction. This is because each customer (represented by CustomerID) can have multiple transactions, but each transaction is associated with only one customer. Therefore, the primary key (CustomerID) in the Customer table will relate to multiple entries in the Transaction table, making it a one-to-many relationship.
Correct
It is correct for me
I passed the exam today (948/1000). My answer was: - one-to-many from Customer to Transaction
How many questions was it please?
D is the correct answer. Each customer can have multiple transactions (one-to-many relationship), as a customer can make multiple transactions over time.
D is correct because a single customer can have many transactions and this transactions have their transactions id.
Correct
Please, MS, send questions like that in the exam... :-)
correct answer
this was on exam on 14/03/2024 i scored 948 my answer was D
OBVIOUS!!
Per me è la cipolla
This was on my exam, 2/2024.
Correct
D is the correct answer
D es la ideal
Correto
a customer is unique in the `Customer` table. However, a unique customer can possess multiple transactions in the `Transactions` table. Hence 1-MANY relationship is obvious answer. So, option D