What is a data page?
Answer / s
Tablespaces are divided into equal-sized units called pages
default is 4KB. Data pages contains the table data.
| Is This Answer Correct ? | 1 Yes | 0 No |
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
What is the STOSPACE Utility used for?
What is JOIN and different types of JOIN.
How would you find out the total number of rows in a db2 table?
What are the prerogatives?
List down the data types in the db2 database.
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.
Which transaction use a command thread ?
What is concurrency?
What is query_cache_limit?
Suppose the outcome of executing a query results in a row having null. Based on the answer how you use it? Its declaration and inclusion?
Mention and explain the contention situations caused by locks?