You want to convert a segmented table space into a partition-by-growth table space. You execute the following ALTER statement ALTER TABLESPACE DB1TS1 MAXPARTITIONS 5; What should be your next step? A. COPY the table space B. REORG the table space.…

Given the following output: DSNV4011 _DB2D DISPLAY THREAD REPORT FOLLOWS – DSNV402I _DB2D ACTIVE THREADS – NAME ST A REQ ID AUTHID PLAN ASID TOKEN DB2CALL T 17039 BBISS BBISS 00AF 19855 TSO T * 3 KSTTEST KSTTEST 0135 20172…

Consider a logical data model that includes an Employees entity and a Projects entity. In this model, employees work on many projects and projects are worked on by many employees. The Employees and Projects entity is considered what kind of…

When would DB2 NOT use list prefetch? A. Fast log apply operations. B. Reading leaf pages of a disorganized index. C. RUNSTATS TABLESPACE without table sampling. D. Incremental image copies of a table space defined with TRACKMOD YES

Which DB2-supplied stored procedure captures statistics and DDL for DB2 objects, extracts subsystem parameters and explain information for queries and applications, and returns the results in a data set or as a result set? A. ADMIN_INFO_SQL B. ADMIN_JOB_QUERY C. ADMIN_INFO_SYSPARM…