What is db2?
Is schema the same as database?
What happens to a tablespace when its recovery infromation has been removed and a full recovery is no longer possible?
In terms of DB2 indexing, what is the root page?
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
What is an intent lock?
What is a thread?
if there is a table with huge number of records and if i want to extract only first 3 records from the table, what query i have to provide to retreive first 3 records
When is the results table for the query in a DECLARE CURSOR statement created?
What is EXPLAIN?
How many types of page locks can be held in db2?
What is the role of union all and union
What is ACQUIRE/RELEASE in BIND?