Can I use LOCK TABLE on a view?
Answer / s
You can use LOCK TABLE on any table. View is not a
physical object.
| Is This Answer Correct ? | 4 Yes | 2 No |
can any one provide me the link for the db2 v7 & db2 v8 manual for Z/os? i need to know about the syntax of REORG in both versions & need to know the difference as well
In cobol+DB2program if the code of cobol program has changed than i have to do precompilation once again?
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.
what is the difference between declaring the cursor in WS section and Procedure division?
Is it Possible to declare or create a cursor for UPDATE of table? If yes tell me how? If no Tell me why?
Can any one tell me about Restart logic in DB2.
What is a clustering index?
What is meant by union and union all?
What is null indicator in cobol db2?
What is the difference between Where and Having Clause
How do we specify index to include or not during bind process.
what is a plan and how do you refer the plan in the program?