IBM C2090-614 Exam Practice Questions (P. 2)
- Full Access (108 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
Consider the following statement:

Which indexes should be created for optimal query performance?

Which indexes should be created for optimal query performance?
- ACREATE INDEX emp_idx ON employee (workdept); CREATE INDEX dept_idx ON department (deptno);
- BCREATE INDEX emp_idx ON employee (workdept) CLUSTER; CREATE INDEX dept_idx ON department (deptname, deptno);
- CCREATE INDEX emp_idx ON employee (workdept, lastname, job); CREATE INDEX dept_idx ON department (deptname, deptno);
- DCREATE INDEX emp_idx ON employee (lastname, job, workdept) CLUSTER;
Correct Answer:
C
C
send
light_mode
delete
Question #7
What will occur when a database administrator adds a new automatic storage path to an existing storage group?
- ANew table spaces will start consuming storage on the new path.
- BExisting table spaces will not consume storage on the new path.
- CThe storage group will be placed in "Rebalance Pending" mode.
- DDB2 will verify that space is available on the storage path specified.
Correct Answer:
B
B
send
light_mode
delete
Question #8
Which monitoring tool can be used to obtain stripe set information for database managed storage table spaces?
- AThe MON_GET_CONTAINER table function.
- BThe SNAP_GET_TBSP_PART table function.
- CThe SNAPTBSP_RANGE administrative view.
- DThe TS_GET_CONTAINER administrative view.
Correct Answer:
A
A
send
light_mode
delete
Question #9
Which statement about value compression is correct?
- ATo use value compression, you must have a license for the DB2 Storage Optimization Feature.
- BValue compression uses a page-level dictionary-based compression algorithm to compress data based on repetition of values found in a single column.
- CValue compression involves removing duplicate entries for a value, only storing one copy, and keeping track of the location of any references to the stored copy.
- DWhen value compression is used, the byte count of compressed NULLs, zeros, and blanks might be larger than that of the uncompressed version of the same
Correct Answer:
C
C
send
light_mode
delete
Question #10
Which statement about compression dictionaries is FALSE?
- APage-level dictionaries are stored in hidden rows within the table.
- BTable-level dictionaries are stored in hidden rows within the table.
- CPage-level dictionaries are automatically created or recreated by the database manager as pages are filled.
- DTable-level dictionaries are automatically created or recreated as by the database manager as pages are filled.
Correct Answer:
D
D
send
light_mode
delete
All Pages