What is entity data services?



What is entity data services?..

Answer / Prashant Kumar Sinha

Entity Data Services (EDM) in SQL Server 2008 is a framework for managing and querying data using Object-Relational Mapping (ORM). EDM enables developers to define and manipulate conceptual models, including entities, relationships, and functions, and generates the necessary queries for accessing the data from these models.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What are the difference between clustered and a non-clustered index?

1 Answers  


what is the Enterprise manager(2000) and management studio (2005)?

2 Answers  


One table Test with single column. These are the values in the table a b c d e f g h I need a query (without using any variable) with output as - a b c d f f g h

1 Answers  


Can I remove the default constraint columns in SQL SERVER?

5 Answers   Value Labs,


How to start and end transact-sql statements?

1 Answers  


Can we call future method from queueable?

1 Answers  


how to get rank of diffrent student in same table based on newly inserted row in sql server2008

4 Answers   ABC,


What is sql injection? How to protect against sql injection attack?

1 Answers  


How many columns can exist together per table?

1 Answers   Cap Gemini,


Suppose you want to implement the one-to-many relationships while designing tables. How would you do it?

1 Answers  


what is a transaction? : Sql server database administration

1 Answers  


What is perspective, have you ever created perspective? : sql server analysis services, ssas

1 Answers  


Categories