what is Primary key and unique key and what is the
Difference?
Answer Posted / mahender achhe
Primary key does not allow the null values but where as in
unique key accepts the null values.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
Explain the difference between float and packed data type?
Can we make use of flow logic control key words in abap/4 and vice-versa?
Rp_provide_from_last contains how many parameters ? : abap hr
Explain some essential objects in abap dictionary?
Explain what is the difference between primary key and unique key?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
What is the difference between upload and ws_upload ? : abap bdc
What are the sequences of event block?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
What are the disadvantages of using explicit enhancement?
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
What is the difference between the function module and a normal abap/4 subroutine?
What two statements are required in an abap program to output an icon using a written statement?
What are the functional modules used in sequence in bdc? : abap hr
when do you need to create an internal table with header line ? and with out a header line?