What is the difference between bind and rebind in db2?
No Answer is Posted For this Question
Be the First to Post Answer
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.
List out the data types available.
What is the difference between cursor stability and repeatable read isolation levels?
What is cascading rollback?
when does the SQL statement gets executed when you use cursor in the application programming ?
Suppose if I need to update a column, how you do that using cursor?
List some fields from sqlca?
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 JOIN and different types of JOIN.
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?
Can we declare DB2 HOST variable in COBOL COPY book?
When is the access path determined for dynamic SQL?