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
How do you activate a function exit?
Difference between Insert, Update and Modify?
what precautions or prerequisites do you follow to update a record into database table and how
How to determine the attributes of an internal table?
What are the buffering types?
What does the extract statement do in extract datasets? : abap modularization
Did you create help views?
Explain the properties of selection screen?
What are domains and data element? : abap hr
What are control tables?
Proxy Programming with ABAP - How to develop the Proxy identification through programming
Which transaction code can I use to analyze the performance of abap program?
If your project is support project ? when is your implementation has completed ?
State the system field for the current date?
How does the interection between the dynpro and the abap/4 modules takes place?