When do you specify the isolation level? How?
Answer / s
Isolation level can be specified at BIND time using the
ISOLATION parameter or in the SQL statement using the WITH
clause
WITH UR;
| Is This Answer Correct ? | 5 Yes | 0 No |
Define check constraint.
What are the advantages of using a PACKAGE?
What's the maximum number of volumes that can be added to a STOGROUP?
What is performance tuning db2?
What is catalog database in db2?
What is dclgen in db2?
What is referential integrity?
What is a synonym ?
Return code 100 means?
What if we try to insert the base table through updatable view , but failed to give a column value which is defined as NOT NULL.
Give some example of statistics collected during RUNSTATS?
in GDG: is it poosible to copy records from a file which utilizes some 100 cylinders to a gdg whose model is defined as trk(1,0) and also it possible to copy 100 bytes file to 80 bytes file?