What is index in db2?
Answer / harika
Db2 Index. Indexes are the database objects created based on one or more columns of a table.
| Is This Answer Correct ? | 0 Yes | 0 No |
When DB2 connection fails, will online program work or give errors.
How do I copy a table in db2?
What is the difference between plan and package in db2?
In a single table,How to retrieve a employee-id of an employee who works in more than one department?
Suppose there are many duplicate records in a Db2 table. What is the query to retrive only duplicate records?
what is the syntax for FOR UPDATE CLAUSE in cursor declaration and how can u update using cursor? is it possible to update multiple rows at a time.
what is difference between Static call and Dynamic call? How does it function?
If we keep the DCLGEN structure for a table in a copybook and include it in the COBOL program using the COPY statement, will there be any impact during compilation or at any stage of program execution?
DB2: A calls B once sucessfull and second time when it calls says curson is open why is it so?
When do you specify the isolation level?
What is commit in db2?
Mention the way of highlighting as well as putting a cursor to use in a cobol program.