What is the purpose of using commit?
What is an EXPLAIN in DB2. How and what is the steps followed in EXPLAIN command. Can all the queries be used in EXPLAIN command to check the performance.
What is lock escalation in db2?
Why might full image copies be faster to implement than an incremental image copy?
What is the purpose of coding FETCH in a SQL SELECT query? Explain with an example in Detail?
What is host variable?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
How to fetch the last row from the table in SQL (db2)?
what is the use of cursors?
i want to delete 20th million record how ?
can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?
Are views updateable?
how to u check the query is executing or not ?where will u check for sqlcode ?