When seeding data that involves foreign key relationships, the seeding logic must ensure the correct ________ of related data.

  • Association
  • Creation
  • Loading
  • Manipulation
In Entity Framework, seeding data with foreign key relationships requires ensuring the correct creation of related entities. This ensures referential integrity in the database, preventing issues with orphaned records.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *