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 are the fields in the memory table ‘screen’?
What is the difference between call transaction method and the session method? : abap bdc
What is “call mode”?
To find the date difference & excude saturday & sunday in between them
Is it possible to bring select option in module pool screens?
What are types of select statements?
What are the major steps will you use for tuning?
How would you set the formatting options statically and dynamically within a report?
What are the main uses of the primary key?
What is a development class? : abap data dictionary
What are the parameters in bdc_insert? : abap bdc
Explain what are the events used for logical database?
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
Explain how do you get output from idoc?
What is meant by write lock? : sap abap data dictionary