What is meant by concurrency?
Answer / s
Concurrency means that two or more programs that can
peacefully coexist on a tablespace.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is the picture clause of the null indicator variable?
Why use RUNSTAT Utility?
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?
What are bind parameters in db2?
When can an insert of a new primary key value threaten referential integrity?
what is the input to PLAN? what is the input to DBRM?
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?
How do we specify index to include or not during bind process.
How can you get the number of rows impacted by the last executed query?
Can a unique index have more than one null value? If not, what error code is given if an attempt is made to insert more than one null value?
What is scrollable cursor in db2?
What is package in db2 mainframe?