Under what circumstances will DB2 allow an SQL statement to
update more than one primary key value at a time?
Answer / 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 |
How to find schema of a table in db2?
can all users have the privilage to use the sql statement select * (dml)?
What is dynamic SQL?
What is the difference between plan and package in db2?
How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
What is the use of commit in db2?
What are the contents of a DCLGEN?
What is bufferpool in db2?
If the main program has only cobol statements and subprogram has the db2 statements what is the procedure for precompilation. for which program we need to do the precompilation
What is the difference between group by and order by?
how to copy the host variables from ps file into cobol program other than include statement
How do you define a correlated name?