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 the difference between sy-tabix and sy-index? Where it is used?
How can we use / display table in a screen?
Which function module reads the data for particular infotype ? : abap hr
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
Explain what is an rdbms?
What is the use of dequeue function module? : sap abap data dictionary
Explain the different types of view?
What is the modification assistant?
What is bdc programming in sap?
Define spool request?
Can you delete data element, which is being used by table fields. : abap data dictionary
How do you move on to the next screen in interactive reporting?
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
What data is contained? : abap data dictionary
How to add a column to a table control while using alphanumerical layout editor ?