質問 1:The DBA needs to create a table with key columns YEARDAY, YEAR, and DAY. This table needs to be partitioned by column YEARDAY with three months per data partition. Additionally, data needs to be organized so that all rows within any three month date range are clustered together based on 12 months of data. Which CREATE TABLE statement will accomplish this objective?
A. CREATE TABLE tab1
(yearday INT,
year CHAR(2),
day INT))
PARTITION BY RANGE (yearday) (STARTING 201001 ENDING 201012 EVERY 3)
ORGANIZE BY DIMENSIONS (day))
B. CREATE TABLE tab1
(yearday INT,
year CHAR(2),
day INT))
PARTITION BY RANGE (year) (STARTING 201001 ENDING 201012 EVERY 3)
ORGANIZE BY DIMENSIONS (year, day))
C. CREATE TABLE tab1
(yearday INT,
year CHAR(2),
day INT))
PARTITION BY RANGE (yearday) (STARTING 201001 ENDING 201012 EVERY 3)
ORGANIZE BY DIMENSIONS (year, day))
D. CREATE TABLE tab1
(yearday INT,
year CHAR(2),
day INT))
PARTITION BY RANGE (yearday) (STARTING 201001 ENDING 201012 EVERY 3)
ORGANIZE BY DIMENSIONS (year))
正解:D
質問 2:Click the Exhibit button.
In a DB2 Connect scenario between a Windows client and a z/OS server, the commands in the exhibit produced an SQL30061N error while trying to connect to the BIGDB001 database in the DB2T subsystem on the z/OS server: SQL30061N The database alias or database name name was not found at the remote node.
Explanation:
The database name is not an existing database at the remote database node. The statement cannot be processed. The z/OS DBA has confirmed that the LOCATION NAME is DB2T. Which change would enable the command in the exhibit to execute correctly?
A. CATALOG DCS DATABASE dsample AS db2t
B. CATALOG DATABASE bigdb001 AS dsample AT NODE db2t AUTHENTICATION DCS
C. CATALOG DATABASE db2t AS dsample AT NODE node001 AUTHENTICATION DCS
D. CATALOG DCS DATABASE db2t AS dsample
正解:A
質問 3:A table named TAB_A was created with the COMPRESS YES option specified and populated with 100,000 rows. If a DBA wants to create an index on table TAB_A, which statement is true?
A. In order for the index to be compressed, it must be enabled for compression by specifying the COMPRESS YES option in the CREATE INDEX statement used to create it; however, the index will not be compressed until the ALTER INDEX command is used to create an index compression dictionary.
B. The index will automatically be enabled for compression because the associated table is compressed; however, the index will not be compressed until it is REORGed.
C. In order for the index to be compressed, it must be enabled for compression by specifying the COMPRESS YES option with the CREATE INDEX statement that is used to create it.
D. The index will automatically be compressed since the table it is associated with is compressed; the ALTER INDEX command does not have to be executed.
正解:D
質問 4:What is required to successfully use the check backup utility (db2ckbkp)?
A. read permission on the backup image
B. read permission on the database
C. system maintenance authority
D. system administrator authority
正解:A
質問 5:Table TAB1 was created using the following statement:
CREATE TABLE tab1 (c1 INT, c2 INT, c3 INT, c4 INT, c5 INT);
If column C1 is unique and queries typically access columns C1, C2 and C3 together, which statement(s) will create index(es) that will provide optimal query performance?
A. CREATE UNIQUE INDEX xtab1 ON tab1 (c1) INCLUDE (c2, c3);
B. CREATE UNIQUE INDEX xtab1 ON tab1 (c1); CREATE INDEX xtab2 ON tab1 (c2) INCLUDE (c3);
C. CREATE UNIQUE INDEX xtab1 ON tab1 (c2) INCLUDE (c1, c3);
D. CREATE UNIQUE INDEX xtab1 ON tab1 (c3, c2, c1);
正解:A
質問 6:Which description is correct when discussing the DB2_MEM_TUNING_RANGE registry variable?
A. It is recommended that this variable be enabled at all times in order to prevent DB2 from taking too much physical memory.
B. It is recommended that this variable be used to set the maximum percentage of memory that DB2 can use on the system.
C. It is recommended to set this variable only when using STMM, when DATABASE_MEMORY is set to AUTOMATIC, and if insufficient system memory problems are occurring.
D. It is recommended to set this variable only when the Self-Tuning Memory Manager (STMM) is disabled.
正解:C
質問 7:A database called PRODDB has a weekly full backup taken on Saturday, non-cumulative (delta) backups taken daily, and a midweek cumulative backup that is taken on Wednesday. A database crash occurs on a Saturday prior to the full backup being taken.
What is the fastest way to restore the database?
A. RESTORE DB proddb TAKEN AT (Saturday);
RESTORE DB proddb INCREMENTAL AUTOMATIC TAKEN AT (Monday);
RESTORE DB proddb INCREMENTAL AUTOMATIC TAKEN AT (Tuesday);
RESTORE DB proddb INCREMENTAL AUTOMATIC TAKEN AT (Wednesday);
RESTORE DB proddb INCREMENTAL AUTOMATIC TAKEN AT (Thursday);
RESTORE DB proddb INCREMENTAL AUTOMATIC TAKEN AT (Friday);
B. RESTORE DB proddb TAKEN AT (Saturday);
RESTORE DB proddb INCREMENTAL AUTOMATIC TAKEN AT (Friday);
C. RESTORE DB proddb TAKEN AT (Friday);
RESTORE DB proddb INCREMENTAL AUTOMATIC TAKEN AT (Saturday);
D. RESTORE DB proddb INCREMENTAL AUTOMATIC TAKEN AT (Friday);
正解:D
質問 8:What would indicate intra-partition parallelism in an Optimizer Plan?
A. DTQ
B. IP
C. BTQ
D. LTQ
正解:D
質問 9:A DBA migrating an existing database to DB2 9.7 wants to allow the primary and secondary recovery logs to be used with non-buffered IO. Which statement is true?
A. This behavior is automatically enabled by default.
B. The DB2_LOGGER_NON_BUFFERED_IO registry variable must be set to AUTO.
C. The DB2_LOGGER_AUTO_BUFFERED registry variable must be set to YES.
D. The DB2_LOGGER_BUFFERED registry variable must be set to OFF.
正解:A
一年間の無料更新サービスを提供します
君が弊社のIBM 000-544をご購入になってから、我々の承諾する一年間の更新サービスが無料で得られています。弊社の専門家たちは毎日更新状態を検査していますから、この一年間、更新されたら、弊社は更新されたIBM 000-544をお客様のメールアドレスにお送りいたします。だから、お客様はいつもタイムリーに更新の通知を受けることができます。我々は購入した一年間でお客様がずっと最新版のIBM 000-544を持っていることを保証します。
安全的な支払方式を利用しています
Credit Cardは今まで全世界の一番安全の支払方式です。少数の手続きの費用かかる必要がありますとはいえ、保障があります。お客様の利益を保障するために、弊社の000-544問題集は全部Credit Cardで支払われることができます。
領収書について:社名入りの領収書が必要な場合、メールで社名に記入していただき送信してください。弊社はPDF版の領収書を提供いたします。
弊社のIBM 000-544を利用すれば試験に合格できます
弊社のIBM 000-544は専門家たちが長年の経験を通して最新のシラバスに従って研究し出した勉強資料です。弊社は000-544問題集の質問と答えが間違いないのを保証いたします。
この問題集は過去のデータから分析して作成されて、カバー率が高くて、受験者としてのあなたを助けて時間とお金を節約して試験に合格する通過率を高めます。我々の問題集は的中率が高くて、100%の合格率を保証します。我々の高質量のIBM 000-544を利用すれば、君は一回で試験に合格できます。
TopExamは君に000-544の問題集を提供して、あなたの試験への復習にヘルプを提供して、君に難しい専門知識を楽に勉強させます。TopExamは君の試験への合格を期待しています。
弊社は無料IBM 000-544サンプルを提供します
お客様は問題集を購入する時、問題集の質量を心配するかもしれませんが、我々はこのことを解決するために、お客様に無料000-544サンプルを提供いたします。そうすると、お客様は購入する前にサンプルをダウンロードしてやってみることができます。君はこの000-544問題集は自分に適するかどうか判断して購入を決めることができます。
000-544試験ツール:あなたの訓練に便利をもたらすために、あなたは自分のペースによって複数のパソコンで設置できます。
弊社は失敗したら全額で返金することを承諾します
我々は弊社の000-544問題集に自信を持っていますから、試験に失敗したら返金する承諾をします。我々のIBM 000-544を利用して君は試験に合格できると信じています。もし試験に失敗したら、我々は君の支払ったお金を君に全額で返して、君の試験の失敗する経済損失を減少します。
IBM DB2 9.7 Advanced DBA for LUW 認定 000-544 試験問題:
1. How can you change an existing non-partitioned index for a partitioned table to a partitioned index?
A) Use the REORG INDEX command.
B) Use the ALTER INDEX command.
C) Use the DROP INDEX and CREATE INDEX commands.
D) Use the ALTER INDEX and REORG INDEX commands.
2. Which command CANNOT be used to create the compression dictionary for a table?
A) IMPORT
B) LOAD
C) RUNSTATS
D) INSPECT
3. The DBA needs to create a table with key columns YEARMONTH and YEAR. This table needs to be partitioned by column YEARMONTH with three months per data partition. Additionally, data needs to be organized by column YEAR, so that all rows within any three month date range are clustered together based on 12 months of data. Which CREATE TABLE statement will accomplish this objective?
A) CREATE TABLE tab1
(yearmonth INT,
year CHAR(2))
PARTITION BY RANGE (yearmonth) (STARTING 201001 ENDING 201012 EVERY 3)
ORGANIZE BY DIMENSIONS (year))
B) CREATE TABLE tab1
(yearmonth INT,
year CHAR(2))
PARTITION BY RANGE (year) (STARTING 201001 ENDING 201012 EVERY 3)
ORGANIZE BY DIMENSIONS (yearmonth))
C) CREATE TABLE tab1
(yearmonth INT,
year CHAR(2))
PARTITION BY RANGE (yearmonth) (STARTING 201001 ENDING 201012 EVERY 12)
ORGANIZE BY DIMENSIONS (year))
D) CREATE TABLE tab1
(yearmonth INT,
year CHAR(2))
PARTITION BY RANGE (year) (STARTING 201001 ENDING 201012 EVERY 12)
ORGANIZE BY DIMENSIONS (yearmonth))
4. Which statement about compression and temporary tables is NOT correct?
A) The minimum size that a table must be before compression is used is larger for temporary tables than for regular tables.
B) The explain facility and the db2pd utility can be used to determine whether a temporary table has been compressed.
C) Compression is only applied to created temporary tables that were defined with the CREATE TEMPORARY TABLE ?COMPRESS YES statement.
D) When executing queries that require temporary tables, DB2 considers the storage savings and the impact to query performance to determine whether compression is worthwhile.
5. Which of the following techniques will ensure that you CANNOT encounter two active primary servers in an HADR pair?
A) Use a virtual IP Address in the CATALOG DATABASE command.
B) Use a virtual IP Address for both servers.
C) Catalog both servers separately and use a fixed IP address for both servers.
D) Set ALTERNATER SERVER to fixed IP Addresses on both servers.
質問と回答:
質問 # 1 正解: C | 質問 # 2 正解: C | 質問 # 3 正解: A | 質問 # 4 正解: C | 質問 # 5 正解: A |