-
-
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.
-
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.
-
-
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
-
530 DB2 Return Code
Explain what is - 530 DB2 return code? How will you resolve it?
-
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.
-
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 a DB2 bind?
A DB2 bind is a process that builds an access path to DB2 tables.
-
-
-
What is the difference between group by and order by?
Group by controls the presentation of the rows, order by controls the presentation of the columns for the results of the SELECT statement.
-
How many rows will the query return ?
Table1 has 6 rows and Table2 has 6 SELECT * FROM Table1, Table2; a.6b.12c.36d.720e.Cannot sayrows.36
-
DB2 Cursor Declaration
The Cursor can be Declared in Working storage sectionLinkage sectionInput-Output section.
Working storage section -
Find the Occurrence of Letter A in Name Field
How to find the occurrence of letter A in the name field of a table using SQL?
-
Restart Checkpoint Logic
How and why to use restart checkpoint logic. I am not able to understand the concept of checkpoint restart logic. please anyone explained it to me.
-
DB2 Operating System
The operating system in which DB2 runs isa.OS/2b.UNIXc.XENIXd.MVSe.None of the above
MVS -
-
DB2 Interview Questions
Ans