How many sub queries can you combine together ?
Answers were Sorted based on User's Feedback
What is COPY PENDING status?
Explain transactions, commits and rollbacks in DB2.
What are iseries servers?
What is the maximum number of columns in a db2 table?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
what is differnece between DROP TABLE & DELETE TABLE .
What is the maximum No of rows per page?
suppose in my table 10 rows are there , i want to update odd rows salary as 90000 ? how u do it ? any one help me ? what do we use here cursor-fetch or normal sql ?
why db2 is called as universal database?what is the storage capacity of db2v9 n what are the advantages of db2
What are db2 objects?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
I have two tables A and B. Both tables are connected with SSN number as foreign key. I want to retrieve a column data from B table. How will you write a query?