-
-
DB2 data types
Difference between char and varchar datatype
-
DB2 Package and Plan
In the process of DB2 compilation after bind process will packages be created first or plan?
-
-
DB2 IRLM module
IRLM is a module of DB2 which does1 Logging2 Thread creation3 Concurrency control using locking4 both logging and thread creation
-
DB2 Indexes
i ) Unique Index can be created only on Primary Key. ii) Query will execute faster if predicates are applied on Indexed column. 1 Both are True2 i) is only True3 ii) is Only True4 Neither is True
-
How do we know that NULL value has been selected for a nullable column
?a.Check if equal to NULLb.Use null indicator, 0 indicates nullc.Use null indicator, -1 indicates nulld.Use null indicator, -2 indicates nulle.None of the above.Use null indicator, -1 indicates null
-
DB2 table change - How impact analysis can be done?
If any DB2 column changed,how impact analysis can be done fo this?
-
-
What do the initials DDL and DML stand for and what is their meaning?
DDL is data definition language and DML is data manipulation language. DDL statements are CREATE, ALTER, TRUNCATE. DML statements are SELECT, INSERT, DELETE and UPDATE.
-
DB2 control structure
A control structure used by DB2 to communicate with the application program isa.Address spaceb.Authidc.Threadd.Viewe.String
Thread -
-
-
-
-
-
What is a DB2 access path?
An access path is the method used to access data specified in DB2 sql statements.
-
-
Bind Parameters
What are the important bind parameters to be used in bind card? What is the significance of each parameter?
-
What is lock contention?
To maintain the integrity of DB2 objects the DBD permits access to only on object at a time. Lock contention happens if several objects are required by contending application processes simultaneously.
DB2 Interview Questions
Ans