Home
6.
Briefly explain QUIESCE?

A QUIESCE is used to flushes all DB2 buffers on to the disk. This will give you a correct snapshot of the database.To maintain consistency it should be used before and after any IMAGECOPY.

7.
Define Cluster Index ?

Cluster Index Causes the data rows to be stored in the order specified in the index. A mandatory index defined on a partitioned table space.

8.
Tell me the differences of Primary Key & Unique index ?

Primary Key: Primary key is a relational database constraint, Primary key consists of one or more columns that uniquely identify a row in the table For a normalized relation, there is one designated primary key.
Unique index: A physical object that stores only unique values There can be one or more unique indexes on a table.

9.
What is SQLCODE -922 ?

SQLCODE -922 is Authorization failure

10.
What is SQL-811?

The result of an embedded select statement or a subselect in the set clause of an update statement is a table of more than one row, or the result of a subquery of a basic predicate is more than value..