what is Primary key and unique key and what is the
Difference?
Answer Posted / arun prasad
PRIMARY KEY IS A FIELD WHICH IS USED TO IDENTIFY THE TABLE
AND THESE CANNOT BE CHANGED, IF IT IS CHANGED THE DATA
INTEGRITY WILL GET LOST.
UNIQUE KEY IS A GROUP OR A SINGLE FIELD WHICH IS USED TO
REPRESENT THE NUMERIC FIELDS WHICH DOESNT CHANGE.
THE GROUP OF NUMERIC FIELDS IS THE UNIQUE KEY.
PRIMARY KEY IS USED FOR DATABASE TABLES WHERE AS UNIQUE KEY
IS USED FOR INTERNAL TABLES.
| Is This Answer Correct ? | 4 Yes | 13 No |
Post New Answer View All Answers
Define subtype ? : abap hr
What do you understand by work area and internal tables in abap? Why do we use it?
What is a sequence of event-triggered in report?
Different types of luws. What are they?
What are table clusters?
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
Is a logical database a requirement/must to write an abap/4 query?
What is elementary search help? : sap abap data dictionary
How to analysis Background Job for performance Issue?
What do you mean by batch data communications programming?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
How are the function code handles in flow logic?
what is leave to TRANSACTION?
what is defference between repository and non repository Object?