Under what circumstances will DB2 allow an SQL statement to
update more than one primary key value at a time?
Answer Posted / vinod babu bachina
Never. Such processing could produce duplicate values
violating entity integrity. Primary keys must be updated one
at a time.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the default page size of buffer pools?
What is catalog database in db2?
Is db2 free?
How do you select a row using indexes in db2?
What is iseries database?
What are the bind parameters ibm db2?
Explain in detail about buffer manager and its functionalities?
What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?
How to create db2 table in mainframe?
List down the types of triggers in the db2 database?
Which component is responsible for db2 startup and shutdown?
What is sqlca?
What is the role of union all and union
What is cursor stability in db2?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?