What is access path in db2?
No Answer is Posted For this Question
Be the First to Post Answer
What is clone table?
What is a thread?
In cursor program-1 can we create another cursor program-2 inside the cursor program-1.If yes how/no why ?
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 create a table using embedded sql?
Mention some fields that are a part of sqlca.
how to resolve -811 sqlcode .give clear explaination
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
In SPUFI suppose you want to select maximum of 1000 rows, but the select returns only 200 rows. What are the 2 SQLCODEs that are returned?
What is a clustering index?
how can u retrieve the data from null values using applicaion program.
Can you use a select query in a loop to fetch multiple rows? If so what is the advantage of using a cursor?