What is db2? Explain.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More DB2 Interview Questions

What is query_cache_limit?

0 Answers  


What is Skeleton cursor table (SKCT)?

2 Answers  


What do you need to do before you do EXPLAIN ?

1 Answers  


1) I have 3 programs : PGMA, PGMB, PGMC. PGMA calls PGMB and PGMB calls PGMC. I have to do inserts, updates in all the 3 pgms. 2) Say PGMC has done its work successfully and returned to PGMB 3) PGMB had an SQL error while doing some update 4) PGMA has already done some updates before calling PGMB all are running under the same CICS region. What will happen if I issue SYNCPOINT ROLLBACK in PGMB when it abends ? Does all the changes in PGMA,B,C rollback ? (because all the pgms belong to same task).

1 Answers  


What do you mean by NOT NULL WITH DEFAULT? When will you use it?

3 Answers  


How do you concatenate the firstname and lastname from emp table to give a complete name?

0 Answers  


Mention the location where the output received from explain statement is stored.

0 Answers  


How can you find out the # of rows updated after an update statement?

0 Answers  


What is COPY PENDING status?

6 Answers  


What should be specified along with a cursor in order to continue updating process after commit?

1 Answers   IBM,


Hi i need to write a query on the following requirement. SELECT COMM_TEXT INTO :WS_MIKM_COMM_TEXT FROM MPIPROD.MIKMV01 WHERE ACCOUNT_NO = :WFD_ACCOUNT_NO AND (SUBSTR(COMM_TEXT,1,39) = :WS_COMMENT_TEXT AND SUBSTR(COMM_TEXT,47,14) = :WS_DENY_DESC) OR (SUBSTR(COMM_TEXT,1,39) = :WS_COMMENT_TEXT) The above query is to be modified. The requirement is if both the fields are equal then that has to be given priority. In the above query if it satisfies any one it comes out without checking if both being equal is possible.

1 Answers  


What is the purpose of rollback and commit?

0 Answers  


Categories