‎2007 Nov 21 8:27 AM
Hi friends,
Can any one please tell me what is cardinality.
thanks in advance,
sasi.
‎2007 Nov 21 8:28 AM
hI
<b>Cardinality of a relationship</b>
The cardinality (n : m) describes the foreign key relationship with regard to the number of possible dependent records involved (records of the foreign key table) or referred records (records of the check table).
The right side of the cardinality has the following significance:
m = 1
For each record of the check table there is exactly one dependent record.
m = C
For each record of the check table there is at most one dependent record.
m = N
For each record of the check table there is at least one dependent record.
m = CN
For each record of the check table there are any number of dependent records.
‎2007 Nov 21 8:28 AM
hI
<b>Cardinality of a relationship</b>
The cardinality (n : m) describes the foreign key relationship with regard to the number of possible dependent records involved (records of the foreign key table) or referred records (records of the check table).
The right side of the cardinality has the following significance:
m = 1
For each record of the check table there is exactly one dependent record.
m = C
For each record of the check table there is at most one dependent record.
m = N
For each record of the check table there is at least one dependent record.
m = CN
For each record of the check table there are any number of dependent records.
‎2007 Nov 21 8:30 AM