What is node in db2?
what's the best lock size that you could use when you create a tablespace?
What is a NULL value? What are the pros and cons of using NULLS?
How do I start db2 in windows?
What are common abends
query to just fetch first matching row and stop execution. once one matching row is found ..no more records should be checked.. if the first record is matching.. the query must stop
What are types of indexes?
What is an access path?
wht happens if we close cursor with cursor with hold option?
What is the purpose of using commit?
What technique is used to retrieve data from more than one table in a single SQL statement?
Suppose we are doing transaction in a table and abend happened in between. Suppose i have completed the transaction upto X rows and I want to start the transaction again where the abend happened. I don't want to do the transaction from the first record. Then what i have to do.
Is DECLARE TABLE in DCLGEN necessary? Why it used?