What is scrollable cursor in db2?
No Answer is Posted For this Question
Be the First to Post Answer
How to handle null values in db2
wht displays the number of times a query modified ?
What are the three lock types?
What do you mean by cursor?
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.
What is the purpose of coding FETCH in a SQL SELECT query? Explain with an example in Detail?
What is an instance in db2?
i have a db2 variable how do u declare tht into working storage section ?
What do you mean by rollback?
Is it possible using max on a char column?
What are types of indexes?
How do I create a table MANAGER (EMP-NO, MANAGER) where MANAGER is a foreign key which references to EMP-NO in the same table? Give the exact DDL.