Free C2090-600 Exam Braindumps (page: 3)

Page 2 of 16

Which statement about NOT ENFORCED unique constraints is TRUE?

  1. NOT ENFORCED unique constraints can not be defined on primary key columns
  2. The query optimizer will consider a NOT ENFORCED unique constraint when selecting an optimal data access plan
  3. When attempting to insert data that does not conform to a NOT ENFORCED unique constraint, a warning will be returned
  4. Storage requirements for a NOT ENFORCED unique constraint are no different than the storage requirements for a similar unique index

Answer(s): A



What is an advantage of using range partitioned tables?

  1. Ability to run utilities against the partitions in parallel
  2. Increased query performance through data partition elimination
  3. Block indexes are much smaller than RID indexes, providing better performance
  4. Table data is automatically and continuously clustered, requiring minimal reorganization

Answer(s): B


Reference:

https://www.ibm.com/developerworks/data/library/techarticle/dm-0605ahuja2/#query



A table named MYTABLE contains an XML column and an XML storage object dictionary already exists. What is the effect of enabling compression and then running the command REORG TABLE mytable KEEPDICTIONARY?

  1. All data, both new and existing, will be compressed.
  2. Only new or updated data for XML columns will be compressed.
  3. New and existing XML columns will be compressed but other columns remain unchanged.
  4. Existing data will remain uncompressed because the RESETDICTIONARY option of the REORG command was not used.

Answer(s): D



The DBA has observed that queries executed against SALES table have poor performance. SALES is a compressed table and recently there have been a lot of rows inserted and modified in that table. The DBA has detected that lower performance may be the result of sub-optimal compression dictionary for that table.

Which of the following commands should be used to resolve the problem without preventing users from changing data in the SALES table

  1. REORG TABLE sales INPLACE RESETDICTIONARY
  2. REORG TABLE sales INPLACE REBUILDDICTIONARY
  3. REORG TABLE sales ALLOW WRITE ACCESS RESETDICTIONARY
  4. REORG TABLE sales ALLOW WRITE ACCESS REBUILDDICTIONARY

Answer(s): C






Post your Comments and Discuss IBM C2090-600 exam with other Community members:

C2090-600 Discussions & Posts