
Originally Posted by
June7
Sorry, not understanding that business process. A Log record is not required to have a MeltCharge/Diameter? Exactly what is purpose of Log - what does it document?
The alternative to ID as PK/FK is having to join tables with 2 fields (compound primary key) in order to retrieve other related data in the SteelInfo table. Personally, I avoid compound keys whenever possible.
Did you only delete relationship in Relationship builder and not populate ID as foreign key in Log? Or did you just remove SteelInfo from the query? It really wasn't necessary for the search you want to do because MeltCharge and Diameter are in Log. However, the join will be needed if you change to ID as PK/FK and remove MeltCharge and Diameter from Log.