-
What is a subselect? Is it different from a nested select?
A subselect is a select which works in conjunction with another select. A nested select is a kind of subselect where the inner select passes to the where criteria for the outer select.
-
What is the database descriptor?
The database descriptor, DBD is the DB2 component that limits access to the database whenever objects are created, altered or dropped.
-
What is the significance of DB2 free space and what parameters control it?
The two parameters used in the CREATE statement are the PCTFREE which specifies the percentage of free space for each page and FREEPAGE which indicates the number of pages to be loaded with data between each free page. Free space allows room for the insertion of new rows.
-
DB2 Interview Questions
Ans