what is the difference between primary key and unique key?
Answer Posted / swi
1.IN ABAP Primary key is having null values where as in
unique key having no null values
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
How to set on/off a group of indicators in a single statement?
what is difference between kpo and it industry? that is in terms of work, package etc
I'm new to ABAP. What is Module pool in SAP?
how do i add a column dynamically in a table by using java application?
write a sql qwery which include joining of two tables 4 marks mainframe
How do you initialize a static member of a class with return value of some function?
Find out the list of roles which gives access to GUI activities? thanks in advance
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.
how to remove header and footer in jcl using sort utility
Which design patterns have you used?
how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out
What sysoption determines where the macro facility searches a specific catalog for complied macro?
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
will it allow to add same value in HashMap class.