What is filter factor ?
One divided by the number of distinct values of a column. Read more »
One divided by the number of distinct values of a column. Read more »
Simple Tablespace: Can contain one or more tables. Rows from multiple tables can be interleaved on a page under the DBA’s control and maintenance Segmented... Read more »
PCTFREE: percentage of each page to be left free FREEPAGE: Number of pages to be loaded with data between each free page Read more »
Inner Join: combine information from two or more tables by comparing all values that meet the search criteria in the designated column or columns of one table with... Read more »
TSO, CICS, IMS and BATCH Read more »
No. Read more »
Not all of them. Some views are updatable e.g. single table view with all the fields or mandatory fields. Examples of non-updatable views are views which are joins,... Read more »
This is generated when the consistency tokens in the DBRM and the load module are different. Read more »
SELECT statement has resulted in retrieval of more than one row. Read more »
Authorization failure Read more »
A QUIESCE flushes all DB2 buffers on to the disk. This gives a correct snapshot of the database and should be used before and after any IMAGECOPY to maintain consistency. Read more »
When a table is LOADed with ENFORCE NO option, then the table is left in CHECK PENDING status. It means that the LOAD utility did not perform constraint checking. Read more »
A state in which, an image copy on a table needs to be taken, In this status, the table is available only for queries. You cannot update this table. To remove... Read more »
To take routine backup of tables, After a LOAD with LOG NO and After REORG with LOG NO Read more »