⟩ Where does the Primary Field of an MVG stored?
Primary Id Field will be stored in the Parent BC.
The absolute meaning for Primary Id: introduction of foreign key of child in Parent. Means pointing all the primary id to it's all child records.The sql engine need not search whole table instead it can point to those already available. Purely database concept.Eliminating the second query on DB.