-
-
What is a DB2 bind?
A DB2 bind is a process that builds an access path to DB2 tables.
-
-
DB2 memory structures
What are memory structures used to handle multiple row selections at a time 1 Cursors2 Host Variables3 Indicator Variable4 SQLCACursors
-
What is the difference between static and dynamic sql?
Static sql is hard-coded in a program when the programmer knows the statements to be executed. For dynamic sql the program must dynamically allocate memory to receive the query results.
-
530 DB2 Return Code
Explain what is - 530 DB2 return code? How will you resolve it?
-
DB2 Cursor Stablity
i) Cursor Stablity Leads to Higher concurency ii) Repeatable Read Leads to Higher consistency1 Both are True2 i) Is Only True3 ii) is only True4 Neither is TrueBoth are True
-
-
Handling Null in Outer Join
How to handle a non-matching column (which is NULL) in outer joins. My site standards prevent the use of Null indicator.
-
What is SPUFI?
SPUFI stands for SQL processing using file input. It is the DB2 interactive menu-driven tool used by developers to create database objects.
-
DB2 Interview Questions
Ans