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


Please Help Members By Posting Answers For Below Questions

How the at-user command serves mainly in lists?

620


What are different abap/4 editors?

612


What is a fall back class?

1020


how to combine the transparent table with cluster table.

1109


Cds views

7695






What is the difference between call transaction method and the session method? : abap bdc

539


What is a badi?

554


The commands through which an abap/4 module can “branch to “ or “call” the next screen are?

636


Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?

918


What is a view? : abap data dictionary

663


Final class

1022


Explain get pernr concept when we use logical data base? : abap hr

757


It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization

714


How is conversion of data types done between abap/4 & external level?

573


How do you write a function module in sap?

622