I have 3 questions if someone can please explain regarding joining primary keys to other tables.
1. lets say theres (for example) 10 primary keys that exist on table A and table B. Is it best to join all 10, or would joining fewer have better results?
2. (on the picture I posted below) Notice the red arrow pointing to the field "po_number" on table dbo_mainvmsg and dbo_mainvdtl. Its a primary key only on 1 table, do you still join that because its a primary key?
3. (on the picture I posted below) notice the red arrow pointing to the field "item" on table dbo_mainvdtl and dob_poline. This is not a primary key on either table, would I still join them? Or is joining only for primary keys?
Thank you
![]()