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
What is syscat in db2?
What are concurrency issues?
What is view db2?
What is the use of reorg in db2?
What is alias in db2?
My sql statement select avg(salary) from emp yields inaccurate results. Why?
What is the role of data manager in the db2 database?
What is the use of with ur in db2?
How many databases are there?
Can we update view in db2?
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?
How to restart a DB2 program?
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
What are the full forms of spufi and dclgen and why are they used?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.