Answer Posted / malathy
Cardinality is defined during foreign key relationship.The
cardinality of the foreign key relationship describes, for
each value in the check table, how many rows of data are
allowed to be in the foreign key table.
Cardinality is defined as X:Y, where refers to the check
table and Y refers to the foreign key table. X can have
only values 1 or C and Y can be 1,C,N or CN.
1,C,N,CN has specific descriptions.
cardinality is not enforced by the system.It is optional.
| Is This Answer Correct ? | 38 Yes | 1 No |
Post New Answer View All Answers
What is the use of the statement leave to list-processing?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What is database view ? : sap abap data dictionary
Where do you create indexes in abap?
What is transparent table?
How can we create callable modules of program code within one abap/4 program? : abap modularization
Which objects are independent transport objects?
Table events aNd table maintains generation
What is primary index?
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
Program for Prime numbers and Matrix plz explain me the procedural method with steps
What are the dis-advantages of logical databases? : abap hr
Proxy Programming with ABAP - How to develop the Proxy identification through programming
What is sql trace? : abap data dictionary
Why do we use dynamic where conditions?