Answer Posted / lakshmi
This error is thrown when you try to insert a row with
existing primary key i.e.Duplicate. If you want to insert
the row either you should delete the already existing row
and insert the new row or update the same row with the new
values for other fields
| Is This Answer Correct ? | 22 Yes | 8 No |
Post New Answer View All Answers
Explain correlated sub-queries.
What is the max length of sqlca?
What are the bind parameters ibm db2?
Name the various locking levels available?
How to compare data between two tables in db2?
What is the difference between spufi and qmf?
What is the result of open cursor statement?
what are bind concepts in db2 cobol?
Where do you specify them?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
What is ibm db2 client?
What is the use of db2?
What is blu acceleration in db2?
How to execute stored procedures?
How to find the maximum value in a column in the db2 database?