Is it possible to update a primary key value? If not, what
is the error code given? If yes, can more than 1 primary
key column be updated at a time?
Answer Posted / priya
If a primary key column cannot be updated, what is the
error code given when an attempt is made to update it
through a SQL query in a COBOL program?
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Mention some fields that are a part of sqlca.
How do I copy a table in db2?
What is the role of schema in the db2 database?
What is the use of runstats in db2?
What is dbrm? When it will be created?
What are the rules for db2 programming?
How can the duplicate values be eliminated from db2 select?
When do you specify the isolation level?
My sql statement select avg(salary) from emp yields inaccurate results. Why?
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
How is deadlock resolved?
How do I delete a table in db2?
What are the benefits of using the db2 database?
What is buffer pool and list some of them?
What is the usage of open cursor command?