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
Is db2 a programming language?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
How do I import data from excel to db2?
what is a corelated subquerry?
What is the physical storage length of date data type?
Differentiate between cs and rr isolation levels? Where do you specify them?
How to take backup of table in db2?
What is copy pending status in db2?
What is universal database?
What does sqlcabc has?
Define sqlca.
What is drop table?
What is null indicator in db2?
Mention data types used in db2 ?
can we view the access paths created by dbrm ? how ? thx