Siebel Common Question:
Where does the Primary Field of an MVG stored?
Answer:
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.
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.
Previous Question | Next Question |
Explain How is load balancing maintained in Siebel? | Explain Why do we use Symbolic Strings in Siebel 77? |