IBM C2090-320 - DB2 11 Fundamentals for z/OS Exam

Page:    1 / 13   
Total 63 questions

Given a non-partitioned table space TS1 is built with LOCKSIZE ROW, LOCKMAX 1000 and SEGSIZE 64. If a unit of work acquires 1001 locks against table space TS1, the lock will be escalated to which of the following levels?

  • A. PAGE
  • B. TABLE
  • C. PARTITION
  • D. TABLESPACE


Answer : C

Which of the following are contained in the PLAN_TABLE? (Choose two.)

  • A. RUNSTATS recommendations
  • B. Access to LOB values, which are stored separately from the base table
  • C. Access to parent or dependent tables needed to enforce referential constraints
  • D. Whether an index access or table space scan is used for each access to a table
  • E. The join methods and types that are used, and the order in which DB2 joins the tables


Answer : DE

Which privilege will user smith be able to grant to another user on table emp when the following SQL is executed?
GRANT ALL ON TABLE emp TO smith WITH GRANT OPTION;

  • A. BIND
  • B. REORG
  • C. TRIGGER
  • D. EXECUTE


Answer : D

Which of the following utilities CANNOT be executed from the DB2 utilities panel in DB2I?

  • A. COPY
  • B. REORG
  • C. STOSPACE
  • D. BACKUP SYSTEM


Answer : D

Reference:
https://www.ibm.com/support/knowledgecenter/en/SSEPEK_11.0.0/ugref/src/tpc/db2z_useutilitiespaneldb2i.html

Which of the following locking scenarios requires the least amount of real storage in the IRLM address space?

  • A. 10 row locks
  • B. 200 page locks
  • C. A single table space lock
  • D. 6 partition locks (given a table space with a total of 10 partitions)


Answer : C

Page:    1 / 13   
Total 63 questions