what is Primary key and unique key and what is the
Difference?
Answer Posted / andsens
Fields in UNIQUE CONSTRAINTs can be NULL. They cannot with PRIMARY KEYs.
You can define more than one UNIQUE KEY in a table.
Because of this, the behaviour of UNIQUE CONSTRAINTs
is very different from PRIMARY KEY constraints.
As long as one of the fields in a UNIQUE CONSTRAINT is NULL
the constraint itself does not apply and you can set the other fields
to whatever you want without getting an error.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is search help exit? : sap abap data dictionary
What are the differences between domain and data element?
What are the aggregate objects in the data dictionary? : abap data dictionary
what are the two methods of modifying sap standard tables? : abap data dictionary
In which table the material master data is stored?
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
What is the disadvantage of a call by reference? : abap modularization
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
How can we access the correction and transport system? : abap data dictionary
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
What is constructor expression in nw abap 7.4?
Can we create field without data element? If yes, how?
Why cant we use Normal function module for data transfer?
when do you need to create an internal table with header line ? and with out a header line?
What happens if a function module runs in an update task? : abap modularization