GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  BO Designer
Go To First  |  Previous Question  |  Next Question 
 BO Designer  |  Question 2 of 117    Print  
Cardinality
Expresses the minimum and the maximum number of instances of an entity B that can be associated with an instance of an entity A. The minimum and the maximum number of instances can be equal to 0,1, or N.


  
Total Answers and Comments: 7 Last Update: April 19, 2009   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
October 14, 2005 01:41:03   #1  
ashok.kolla        

RE: Cardinality

cardinality

shows how many rows in one table related with other table these cardinality used by the desiner itself to detect valid query paths and to solve the loops


 
Is this answer useful? Yes | No
January 27, 2006 03:50:44   #2  
sithusithu Member Since: December 2005   Contribution: 161    

RE: Cardinality

Cardinality expresses the minimum and maximum number of instances of an entity B that can be associated with an instance of an entity A. The minimum and the maximum number of instances can be equal to 0 1 or N.

Cheers

Sithu


 
Is this answer useful? Yes | No
March 24, 2006 11:48:24   #3  
wassup Member Since: November 2005   Contribution: 2    

RE: Cardinality

The Main pupose for specifying a Cardinality is to resolve the Traps (Chasm / Fan). There is no way to identify the traps if the Cardinality is not known.

Thanks

Ravi


 
Is this answer useful? Yes | No
July 02, 2006 21:56:16   #4  
       

RE: Cardinality

The idea behind cardinality is for checking the relationship among the tables whether it may be 1..1 1..m or vice versa and m..1. This relationship is checked based on key specification(primary or foreign key).

For example we cant able to create an account for a single customer in same name. So this mean 1..1 relationship between customer and account.

But No way it is connected for checking the trap or loop problem.

Thanx

Suresh


 
Is this answer useful? Yes | No
October 10, 2007 20:16:45   #5  
Reen        

RE: Cardinality
Expresses the minimum and the maximum number of instances of an entity B that can be associated with an instance of an entity A. The minimum and the maximum number of instances can be equal to 0 1 or N.
 
Is this answer useful? Yes | No
June 26, 2008 10:05:04   #6  
desaial Member Since: August 2007   Contribution: 6    

RE: Cardinality
Cardinality means "How many instances of an Entity (on one side of the join) are related to the how many instance of another entity (on the other side of the join)"
 
Is this answer useful? Yes | No
April 19, 2009 15:22:38   #7  
ASHOK1324 Member Since: April 2009   Contribution: 36    

RE: Cardinality
Cardinality describes a join between 2 tables by stating how many rows of one table will match with rows of another table. It is very important to detect join problems and to create the contexts to correct the limitations of a target table.

BO designer can automatically detect and set cardinalities for each join. But we manually check the cardinalities based on the nature of keys that are joined.

Drag the column of first table to the corresponding column of second table or simply go to Insert->Join to create a join between 2 tables.

You can manually change the cardinality from n-n [many to many] or 1-n or n-1 or 1-1 and Click on "Detect". In BO It is always best to use 1-n cardinality for fast data retrieval. Always delete the unnecessary joins which have n-n cardinalty as these joins create loops.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape