Answer Posted / venkata sastry
The SQL - 803 error occurs on the violation of a UNIQUE
constraint. Update the record if it already exists rather
inserting new one.
| Is This Answer Correct ? | 15 Yes | 6 No |
Post New Answer View All Answers
What is the syntax for seeing the columns and data types of a table in the db2 database?
Where do you specify them?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
What is declare cursor?
What is the reason behind not using select * in embedded sql programs?
Explain the contents that are a part of dclgen.
How do I connect my db2 database to ibm?
How to check sequence on a table in db2?
Explain various types of locks in db2?
How is the value function used?
How to create backup table in db2?
How does cobol compile db2 program?
How do I delete a column in db2?
What is the difference between drop table and delete table?
When reorg is used?