Explain packages.
No Answer is Posted For this Question
Be the First to Post Answer
What is declare cursor?
WHAT IS NULL INDICATOR ? WERE IS THIS USED? AND IF IT IS USED IN FILES CONCEPT? HOW DO WE USE IT?
Why use RUNSTAT Utility?
What is the cascade rule and how does it relate to deletions made with a subselect?
What is the difference between primary key & unique index ?
Name the different types of Table spaces.
What does it mean if the null indicator has -1, 0, -2?
What techniques will be used to avoid deadlock??
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.
how to resolve -811 error. give clear explination
Can a array declared with an index be displayed(readable format) in spool?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?