質問 1:Which two authorities can grant SELECT privilege on a table? (Choose two.)
A. DATAACCESS authority on the database.
B. SECADM authority on the database.
C. ACCESSCTRL authority on the database.
D. DBADM authority on the database.
E. SYSADM authority on the instance.
正解:B,C
質問 2:You are creating a table with 1 LOB column. The size of the LOB column is less than the size of the LOB descriptor. When creating this table you did not specify an INLINE LENGTH. Which option is correct?
A. Only the LOB data will be stored in the base table.
B. The ALTER TABLE .. INLINE LENGTH .. command is required so the LOB data can be included in the base table.
C. Only the LOB descriptor will be stored in base table and the LOB data will be stored in the LOB storage object.
D. Both the LOB descriptor and the LOB data will be stored in the base table.
正解:A
質問 3:Which command is utilized to deactivate the CognosAPP statistics event monitor and stop it from collecting extended aggregate activity data for a given workload?
A. DROP WLM EVENT MONITOR CognosAPP
B. DROP WLM MONITOR CognosAPP
C. SET EVENT MONITOR CognosAPP STATE = 1
D. SET EVENT MONITOR CognosAPP STATE = 0
正解:D
質問 4:When a database is created who is granted SECADM by default?
A. Members of the SYSADM_GROUP.
B. The database creator and members of the SYSADM_GROUP.
C. The database creator.
D. Members of the SECADM_GROUP.
正解:C
質問 5:Which statements about Explain administration authority (EXPLAIN) are true?
A. EXPLAIN authority allows a user to explain query plans by gaining limited access to data for a specific database. DBADM can grant this authority and this authority can be granted to PUBLIC.
B. EXPLAIN authority allows a user to explain query plans without gaining access to data for a specific database. SECADM can grant this authority and this authority can be granted to PUBLIC.
C. EXPLAIN authority allows a user to explain query plans by gaining limited access to data for a specific database. SECADM can grant this authority and this authority cannot be granted to PUBLI
D. EXPLAIN authority allows a user to explain query plans without gaining access to data for a specific database. SECADM and DBADM can grant this authority and this authority cannot be granted to PUBLIC.
正解:B
質問 6:How would you set the client information for a particular activity in a database using Workload Manager (WLM)?
A. Use the WLM_SET_CLIENT_INFO table function
B. Use the WLM_SET_CLIENT_INFO special register
C. Use the WLM_SET_CLIENT_INFO audit function
D. Use the WLM_SET_CLIENT_INFO stored procedure
正解:D
質問 7:Which SQL statement must be executed in order to give a user named USER1 the ability to query the system catalog tables and views?
A. GRANT ACCESSCTRL ON DATABASE TO user1
B. GRANT DATAACCESS ON DATABASE TO user1
C. GRANT SQLADM ON DATABASE TO user1
D. GRANT WLMADM ON DATABASE TO user1
正解:B
質問 8:If table TAB_A is created as follows:
Assuming the cardinality of the columns is the same, which statement will create an index that will benefit the most from compression?
A. CREATE INDEX taba_idx ON tab_a (c4)
B. CREATE UNIQUE INDEX taba_idx ON tab_a (c2)
C. ALTER TABLE tab_a ADD PRIMARY KEY (c1)
D. CREATE INDEX taba_idx ON tab_a (c2)
正解:D
弊社は失敗したら全額で返金することを承諾します
我々は弊社のC2090-546問題集に自信を持っていますから、試験に失敗したら返金する承諾をします。我々のIBM C2090-546を利用して君は試験に合格できると信じています。もし試験に失敗したら、我々は君の支払ったお金を君に全額で返して、君の試験の失敗する経済損失を減少します。
安全的な支払方式を利用しています
Credit Cardは今まで全世界の一番安全の支払方式です。少数の手続きの費用かかる必要がありますとはいえ、保障があります。お客様の利益を保障するために、弊社のC2090-546問題集は全部Credit Cardで支払われることができます。
領収書について:社名入りの領収書が必要な場合、メールで社名に記入していただき送信してください。弊社はPDF版の領収書を提供いたします。
弊社は無料IBM C2090-546サンプルを提供します
お客様は問題集を購入する時、問題集の質量を心配するかもしれませんが、我々はこのことを解決するために、お客様に無料C2090-546サンプルを提供いたします。そうすると、お客様は購入する前にサンプルをダウンロードしてやってみることができます。君はこのC2090-546問題集は自分に適するかどうか判断して購入を決めることができます。
C2090-546試験ツール:あなたの訓練に便利をもたらすために、あなたは自分のペースによって複数のパソコンで設置できます。
一年間の無料更新サービスを提供します
君が弊社のIBM C2090-546をご購入になってから、我々の承諾する一年間の更新サービスが無料で得られています。弊社の専門家たちは毎日更新状態を検査していますから、この一年間、更新されたら、弊社は更新されたIBM C2090-546をお客様のメールアドレスにお送りいたします。だから、お客様はいつもタイムリーに更新の通知を受けることができます。我々は購入した一年間でお客様がずっと最新版のIBM C2090-546を持っていることを保証します。
弊社のIBM C2090-546を利用すれば試験に合格できます
弊社のIBM C2090-546は専門家たちが長年の経験を通して最新のシラバスに従って研究し出した勉強資料です。弊社はC2090-546問題集の質問と答えが間違いないのを保証いたします。
この問題集は過去のデータから分析して作成されて、カバー率が高くて、受験者としてのあなたを助けて時間とお金を節約して試験に合格する通過率を高めます。我々の問題集は的中率が高くて、100%の合格率を保証します。我々の高質量のIBM C2090-546を利用すれば、君は一回で試験に合格できます。
TopExamは君にC2090-546の問題集を提供して、あなたの試験への復習にヘルプを提供して、君に難しい専門知識を楽に勉強させます。TopExamは君の試験への合格を期待しています。
IBM DB2 9.7 Database Administrator for Linux UNIX or Windows Upgrade 認定 C2090-546 試験問題:
1. If the following statements are executed:
Which operation will be captured by the ASP_1 audit policy?
A) CREATE INDEX idx_1 ON tab_1 (col1)
B) SELECT * FROM staff
C) CREATE TABLE tab_1 (col1 INT, col2 DATE)
D) DROP TABLE old_tab
2. The SALES database was created without AUTOMATIC STORAGE. If the following command is executed: ALTER DATABASE sales ADD STORAGE ON '/db2fs1', '/db2fs2' What is the expected result?
A) The SALES database is converted to AUTOMATIC STORAGE and all its existing DMS table spaces are in rebalance pending state.
B) The SALES database is converted to AUTOMATIC STORAGE, all new table spaces will use the AUTOMATIC STORAGE paths, existing table spaces need to be dropped and recreated.
C) The SALES database is converted to AUTOMATIC STORAGE, all new table spaces will use the AUTOMATIC STORAGE paths, ALTER TABLESPACE statement is needed to convert existing table spaces.
D) The SALES database and all its table spaces are converted to AUTOMATIC STORAGE.
3. You have created a table using the INLINE LENGTH option. Which function is used to determine if XML documents or LOB data is being stored in the base table?
A) ADMIN_IS_INLINED
B) ADMIN_INLINED
C) INLINE_IS_ENABLE
D) STORED_INLINE
4. Which parameter can be used to compress XML data being LOADed into a table that recently had an XML column added to it?
A) KEEPDICTIONARY
B) XMLCOMPRESS
C) RESETDICTIONARY
D) XMLVALIDATE
5. A DBA wants to use XQuery on a XML document to determine the number of lock waits for a particular workload. Which of the following table functions should be used?
A) MON_GET_LOCKS_DETAILS
B) MON_GET_LOCKS
C) MON_GET_WORKLOAD_DETAILS
D) MON_GET_WORKLOAD
質問と回答:
質問 # 1 正解: B | 質問 # 2 正解: C | 質問 # 3 正解: A | 質問 # 4 正解: C | 質問 # 5 正解: C |