Northwind

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

Guest

I'm using northwinds and my teacher wants us to explain the relationships
between each query (individually). Example Query: Alphabetical list of
products, this query has two tables Catergories and Products Now I see that
these two tables have a relationship, how do I explain a one to many
relationship without saying one-to-many. What are the two tables connected by
that line really saying??...(Lets say if I were trying to explain it to
someone who didnt have a clue what they were looking at.)
 
Simply that a given product, in Products, must have its category present in
table Categories AND that a given category can be shared by many products
in Products (or, said differently, that many different products can have
the same category value).


Vanderghast, Access MVP
 
Back
Top