What should you do?

You maintain a database on an instance of SQL Server 2008. Your database contains the following tables and relationships:


Your development team uses Visual Studio 2008 and object-oriented programming (OOP) techniques to create applications that access data in your database. You want to reduce the coding complexity for developers writing data access code, and minimize application changes required when the database schema changes.
You want developers to be able to instantiate Employee and Course objects and access column data using object properties.
What should you do?
A. Create a data model using the Entity Framework that includes an entity for each database table and an association for each FOREIGN KEY constraint.
B. Create a data model using the Entity Framework that includes the Employee and Course entities.
C. Create application-specific views and use INSTEAD OF triggers to perform any update or delete operations.
D. Create stored procedures that developers must use for data access.

microsoft-exams

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.