I'm a newbie please be gentle,
I have 2 tables with a common field I want to join. On the primary table I have indexed the field and set no duplicates. On the secondary table I did likewise but after designing and joining the tables, I went back and allowed duplicates on the field. This allows a one to one relationship on the field,rather than a one to many.
My questions are,
what effect will this have on query results when I have more than one entry on the secondary table?
Will I get all entries returned?
What will occur if there are no corresponding entries on the secondary table?
Have I created a conflict in SQL?
TIA
Pete
I have 2 tables with a common field I want to join. On the primary table I have indexed the field and set no duplicates. On the secondary table I did likewise but after designing and joining the tables, I went back and allowed duplicates on the field. This allows a one to one relationship on the field,rather than a one to many.
My questions are,
what effect will this have on query results when I have more than one entry on the secondary table?
Will I get all entries returned?
What will occur if there are no corresponding entries on the secondary table?
Have I created a conflict in SQL?
TIA
Pete