What is db2 look?
No Answer is Posted For this Question
Be the First to Post Answer
How can deadlocks be resolved?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
What is the use of reorg in db2?
Why do we use cursor?
Can we declare DB2 HOST variable in COBOL COPY book?
AGGREGATE function support by DB2. A) SUM & AVG B) SUM, MIN & AVG C) SUM, MAX, AVG , MIN &COUNT D) NONE
What does the RUNSTATS Utility do?
How to get Top 10 Salaries from a Table
Are views updatable ?
How do I handle -911 (deadlock) error in a db2 program so that the program will never abend?
How can we define a table? How can we apply SEARCH ALL on it ?
Consider that a package is bound into 2 different collections and the PKLIST option specifies both the collections. If the collection id is not specified in the program while executing the SQL query, then when the DB2 system will search the package list, which collection will it pick up or will it give an error/abend?