Microsoft
MB6-890 · Question #27
You are developing a solution that stores purchase orders in Microsoft Dynamics AX. Each purchase order can contain multiple purchase order lines. A purchase order line can onry be part of one…
The correct answer is A. a foreign key relation on PurchLine to PurchTable. See the full explanation below for the reasoning.
Question
You are developing a solution that stores purchase orders in Microsoft Dynamics AX. Each purchase order can contain multiple purchase order lines. A purchase order line can onry be part of one purchase order. You create two tables, named PurchTable and PurchLine. to model the entities. PurchTable will store purchase orders, and PurchLine will store information about the purchase order lines. Which relation should you specify between the tables?
Options
- Aa foreign key relation on PurchLine to PurchTable
- Ba field fixed relation
- Ca related field fixed relation
- Da foreign key relation on PurchTable to PurchLine
How the community answered
(46 responses)- A83% (38)
- B4% (2)
- C2% (1)
- D11% (5)
Community Discussion
No community discussion yet for this question.