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 |
What is the reason behind not using select * in embedded sql programs?
wht r the requirements for writing a cobol-db2 pgm ?
EXPLAIN has output with MATCHCOLS = 0. What does it mean?
When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing?
What are db2 tables?
What does an outer join do?
Select empno, sal from emptbl where empno < 101.By this query can we fetch first 100 recs? where empno is primary key.It won't throw -811 error? if it wont,then what is use of cursor technique while fetching first 100 recs. Please need more clarification.
Explain what are the various isolation levels possible?
Discuss about db2 bind?
Q1. How will you use two different DB2 qualifiers in a single COBOL program? Suppose we have 2 tables EMP1 and EMP2 with same structure defined in two different DB2 qualifiers QUAL1.EMP1 and QUAL2.EMP2 now during first 15 days we want to use QUAL1.EMP1 and rest of the days QUAL2.EMP2 how will we do this. We can create a single program and a single load for this program.
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
What is the difference between spufi and qmf?