junction tables

  • Thread starter Thread starter Marie
  • Start date Start date
M

Marie

can I join existing tables (with data already entered) with junction tables
(and How)
Thanks
 
Junction tables form the "to" section of a many to many relationship.

You would need to give more details of what you are trying to do to get a
workable answer
 
Marie said:
can I join existing tables (with data already entered) with junction tables
(and How)
Thanks

If, say, you had a table of employees, and table of company vehicles,
you could create what's called an "associative entity" table which
contained (apart from its own primary key) the primary keys of the other
two tables, plus, perhaps, the date the vehicle was adopted by the
driver, and perhaps the insurance policy number.

Phil, London.
 

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