What type of relationship are made between tables.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Given the following database tables: "Customers" and "Customer_Orders". In
order to determine which items the "Customers" ordered: What type of
relationship would help establish the desired result? Join, Connection,
Alias, Partnership?
 
A Join. Probably on CustomerID. The relationship is 1 Customer to Many
Orders.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top