Searching for "entity."

Q:

In the ancient world all of France and Belgium and parts of Netherlands, Switzerland and Germany made up one political entity. Which one?

Answer

Gaul

Report Error

View answer Workspace Report Error Discuss

Subject: World History

Q:

You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an application. You use the ADO.NET Entity Data Model (EDM) to define a Customer entity. You need to add a new Customer to the data store without setting all the customer's properties. What should you do?

A) Call the Create method of the Customer object. B) Call the CreateObject method of the Customer object.
C) Override the Create method for the Customer object. D) Override the SaveChanges method for the Customer object.
 
Answer & Explanation Answer: B) Call the CreateObject method of the Customer object.

Explanation:
Report Error

View Answer Report Error Discuss

Q:

You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an application. The application uses the ADO.NET Entity Framework to manage customer and related order records. You add a new order for an existing customer. You need to associate the Order entity with the Customer entity. What should you do?

A) Set the Value property of the EntityReference of the Order entity. B) Call the Add method on the EntityCollection of the Order entity.
C) Use the AddObject method of the ObjectContext to add both Order and Customer entities. D) Use the Attach method of the ObjectContext to add both Order and Customer entities.
 
Answer & Explanation Answer: A) Set the Value property of the EntityReference of the Order entity.

Explanation:
Report Error

View Answer Report Error Discuss

Q:

Which of the following statements accurately describe a client in an SAP system?

A. A client corresponds to a customer.
B. A client has its own database.
C. A client may represent an entire company.
D. A client represents a completely independent business entity.

Answer

Answer : C , D


 


Explanation: The data for all clients in an SAP system is stored within a single common database. This data is nevertheless divided by client so that different companies can be administered and controlled in  different clients. A client is not a customer within an SAP system.


 

Report Error

View answer Workspace Report Error Discuss

Subject: SAP MM