What is the role of schema in the db2 database?
No Answer is Posted For this Question
Be the First to Post Answer
What is the syntax for FETCH in DB2 ?
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 technique is used to retrieve data from more than one table in a single SQL statement?
How would you print the output of an SQL statement from SPUFI?
What is concurrency?
Can DASD types assigned to storage groups be intermixed (i.e., 3350s and 3380s)?
What is the function of the Data Manager?
What is the role of the data page in the db2 database?
What is a bind in db2?
Shall i use this query to retrieve first 4 records, Select empno, sal from emptbl where empno < 5. like this can we fetch first 100 records?
Generally if I want to select the names starting with c I need to use c% But how could I code to select the data which contains % as a part of data.
What happens to a tablespace when its recovery infromation has been removed and a full recovery is no longer possible?