An entity in A is associated with at most one entity in B, and an entity in B is associated with at most one entity in A.This is called as

An entity in A is associated with at most one entity in B, and an entity in B is associated with at most one entity in A.This is called as Correct Answer One-to-one

Here one entity in one set is related to one one entity in other set.

Related Questions

In an Entity-Relationship (ER) model, suppose ? is a many-to-one relationship from entity set E1 to entity set E2. Assume that E1 and E2 participate totally in ? and that the cardinality of E1 is greater than the cardinality of E2. Which one of the following is true about ??
If an entity set is a lower-level entity set in more than one ISA relationship, then the entity set has
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create anapplication. The application uses the ADO.NET Entity Framework to manage customer andrelated 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?