exam questions

Exam 70-487 All Questions

View all questions & answers for the 70-487 exam

Exam 70-487 topic 3 question 12 discussion

Actual exam question from Microsoft's 70-487
Question #: 12
Topic #: 3
[All 70-487 Questions]

The QueueDetail entity type must inherit from the InboundQueue entity type in the ExternalQueue service project using table-per-type inheritance.
You need to modify the entities in the designer.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)

  • A. Remove the OrderNum property in InboundQueue.
  • B. Remove the OrderNum property in QueueDetail.
  • C. Set the QueueDetail BaseType to InboundQueue.
  • D. Remove the association between the entities.
  • E. Set the InboundQueue BaseType to QueueDetail
Show Suggested Answer Hide Answer
Suggested Answer: BCD 🗳️
References:
http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Karel_Gott
Highly Voted 5 years, 4 months ago
The answers are correct. https://docs.microsoft.com/en-us/ef/ef6/modeling/designer/inheritance/tpt#implement-table-per-type-inheritance
upvoted 9 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...