IBM C2090-600 Exam Practice Questions (P. 2)
- Full Access (60 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
What is an advantage of using range partitioned tables?
- AAbility to run utilities against the partitions in parallel
- BIncreased query performance through data partition elimination
- CBlock indexes are much smaller than RID indexes, providing better performance
- DTable data is automatically and continuously clustered, requiring minimal reorganization
Correct Answer:
B
Reference:
https://www.ibm.com/developerworks/data/library/techarticle/dm-0605ahuja2/#query
B
Reference:
https://www.ibm.com/developerworks/data/library/techarticle/dm-0605ahuja2/#query
send
light_mode
delete
Question #7
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?
- AAll data, both new and existing, will be compressed.
- BOnly new or updated data for XML columns will be compressed.
- CNew and existing XML columns will be compressed but other columns remain unchanged.
- DExisting data will remain uncompressed because the RESETDICTIONARY option of the REORG command was not used.
Correct Answer:
D
D
send
light_mode
delete
Question #8
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
Which of the following commands should be used to resolve the problem without preventing users from changing data in the SALES table
- AREORG TABLE sales INPLACE RESETDICTIONARY
- BREORG TABLE sales INPLACE REBUILDDICTIONARY
- CREORG TABLE sales ALLOW WRITE ACCESS RESETDICTIONARY
- DREORG TABLE sales ALLOW WRITE ACCESS REBUILDDICTIONARY
Correct Answer:
C
C
send
light_mode
delete
Question #9
If the following SQL statements are executed:
CREATE DATABASE testdb AUTOMATIC STORAGE NO;
CONNECT TO testdb;
CREATE STOGROUP sg1 ON /data1;
CREATE STOGROUP ibmstogroup ON /data2;
CREATE STOGROUP sg2 ON /data3;
Which storage group is the default storage group for the TESTDB database?
CREATE DATABASE testdb AUTOMATIC STORAGE NO;
CONNECT TO testdb;
CREATE STOGROUP sg1 ON /data1;
CREATE STOGROUP ibmstogroup ON /data2;
CREATE STOGROUP sg2 ON /data3;
Which storage group is the default storage group for the TESTDB database?
- ASG1
- BSG2
- CIBMSTOGROUP
- DIBMDEFAULTTSG
Correct Answer:
C
Reference:
https://www.tutorialspoint.com/db2/db2_storagegroups.htm
C
Reference:
https://www.tutorialspoint.com/db2/db2_storagegroups.htm
send
light_mode
delete
Question #10
If Secure Sockets Layer is a requirement, which of the following parameters must be set to encrypt data in transit?
- ASet the DB2COMM registry variable to DB2COMM=SSL
- BSet the DB2COMM registry variable to DB2COMM=SSL, TCPIP
- CSet the AUTHENTICATION configuration parameter to DATA_ENCRYPT
- DSet the AUTHENTICATION configuration parameter to SERVER_ENCRYPT
Correct Answer:
B
Reference:
https://www.ibm.com/developerworks/data/library/techarticle/dm-1306securesocketlayers/
B
Reference:
https://www.ibm.com/developerworks/data/library/techarticle/dm-1306securesocketlayers/
send
light_mode
delete
All Pages