質問 1:In the given text below: What will be the value of the output variable BONUS?
A. 1000
B. 5200
C. 500
D. 5500
正解:C
質問 2:Which CREATE PROCEDURE statement option should be used if you plan on issuing a DECLARE GLOBAL TEMPORARY TABLE statement from within the SQL procedure body?
A. MODIFIES SQL DATA
B. READS SQL DATA
C. LANGUAGE SQL
D. CONTAINS SQL
正解:A
質問 3:In the code segment shown below: Which statement accurately describes the result?
A. For activities whose description has changed, update the description in the ACTIVITY table. For new activities, insert into the ACTIVITIES table. The ARCHIVE and ACTIVITIES table both have ACTIVITY as a primary key.
B. The statement will fail since MERGE is not a supported operator.
C. For activities whose description has changed, update the description in the ARCHIVE table. For new activities, insert into the ARCHIVE table. The ARCHIVE and ACTIVITIES table both have ACTIVITY as a primary key.
D. For activities whose description has not changed, update the description in the ARCHIVE table. For new activities, insert into the ARCHIVE table. The ARCHIVE and ACTIVITIES table both have ACTIVITY as a primary key.
正解:C
質問 4:Which code fragment illustrates the proper way to capture and save SQL error handler values so they can be used to control procedure logic?
A. DECLARE CONTINUE HANDLER FOR SQLEXCEPTION, SQLWARNING, NOT FOUND SET retcode = SQLCODE;
B. DECLARE ERROR HANDLER FOR SQLEXCEPTION, SQLWARNING, NOT FOUND SET retcode = EXCEPTION;
C. DECLARE ERROR HANDLING FOR SQLEXCEPTION, SQLWARNING, NOT FOUND SET retcode = SQLMSG;
D. DECLARE ERROR HANDLING SQLEXCEPTION, SQLWARNING, NOT FOUND SET retcode = SQLERRN;
正解:A
質問 5:Which of the following statements is true?
A. The result of a GET DIAGNOSTICS statement cannot be assigned to a variable.
B. A DATETIME value can be assigned to a DATE variable.
C. Values cannot be assigned to variables inside ERROR HANDLERS.
D. A TIMESTAMP value can be assigned to a TIME variable.
正解:D
質問 6:Which statement will successfully create an SQL procedure that returns the name of the current month?
A. CREATE PROCEDURE proc.current_month(OUT month VARCHAR(20))
BEGIN
SET month = MONTHNAME(SELECT (CURRENT_DATE))
END
B. CREATE PROCEDURE proc.current_month(OUT month VARCHAR(20))
BEGIN
DECLARE today DATE;
SELECT (CURRENT_DATE) INTO today;
SET month = MONTHNAME(today);
END
C. CREATE PROCEDURE proc.current_month(OUT month VARCHAR(20))
BEGIN
DECLARE today DATE;
VALUES (CURRENT_DATE) INTO today;
SET month = MONTHNAME(today);
END
D. CREATE PROCEDURE proc.current_month(OUT month VARCHAR(20))
BEGIN
DECLARE today DATE;
SET (today = CURRENT_DATE);
SET month = MONTHNAME(today);
END
正解:C
質問 7:Click the Exhibit button.

Which statement is true about the CASE statement shown in the exhibit?
A. An employee with a rating of 2 receives a 3% salary increase.
B. An employee with a rating of 1 receives a 10% salary increase.
C. An employee with a rating of 3 receives no salary increase.
D. All employees will receive at least a 5% salary increase.
正解:B
質問 8:Click the Exhibit button.

An SQL function was created using the statement shown in the exhibit. Assume this function is invoked by executing the SQL statement shown below:
VALUES e_degree(SMALLINT(17))
What will be returned?
A. 1
BACHELOR 1 record(s) selected.
B. SQL0440N No authorized routine named "E_DEGREE" of type "FUNCTION" having compatible arguments was found. SQLSTATE=42884
C. 1
UNKNOWN 1 record(s) selected.
D. 1
MASTER 1 record(s) selected.
正解:C
安全的な支払方式を利用しています
Credit Cardは今まで全世界の一番安全の支払方式です。少数の手続きの費用かかる必要がありますとはいえ、保障があります。お客様の利益を保障するために、弊社のA2090-545問題集は全部Credit Cardで支払われることができます。
領収書について:社名入りの領収書が必要な場合、メールで社名に記入していただき送信してください。弊社はPDF版の領収書を提供いたします。
一年間の無料更新サービスを提供します
君が弊社のIBM A2090-545をご購入になってから、我々の承諾する一年間の更新サービスが無料で得られています。弊社の専門家たちは毎日更新状態を検査していますから、この一年間、更新されたら、弊社は更新されたIBM A2090-545をお客様のメールアドレスにお送りいたします。だから、お客様はいつもタイムリーに更新の通知を受けることができます。我々は購入した一年間でお客様がずっと最新版のIBM A2090-545を持っていることを保証します。
弊社は失敗したら全額で返金することを承諾します
我々は弊社のA2090-545問題集に自信を持っていますから、試験に失敗したら返金する承諾をします。我々のIBM A2090-545を利用して君は試験に合格できると信じています。もし試験に失敗したら、我々は君の支払ったお金を君に全額で返して、君の試験の失敗する経済損失を減少します。
弊社は無料IBM A2090-545サンプルを提供します
お客様は問題集を購入する時、問題集の質量を心配するかもしれませんが、我々はこのことを解決するために、お客様に無料A2090-545サンプルを提供いたします。そうすると、お客様は購入する前にサンプルをダウンロードしてやってみることができます。君はこのA2090-545問題集は自分に適するかどうか判断して購入を決めることができます。
A2090-545試験ツール:あなたの訓練に便利をもたらすために、あなたは自分のペースによって複数のパソコンで設置できます。
弊社のIBM A2090-545を利用すれば試験に合格できます
弊社のIBM A2090-545は専門家たちが長年の経験を通して最新のシラバスに従って研究し出した勉強資料です。弊社はA2090-545問題集の質問と答えが間違いないのを保証いたします。

この問題集は過去のデータから分析して作成されて、カバー率が高くて、受験者としてのあなたを助けて時間とお金を節約して試験に合格する通過率を高めます。我々の問題集は的中率が高くて、100%の合格率を保証します。我々の高質量のIBM A2090-545を利用すれば、君は一回で試験に合格できます。
TopExamは君にA2090-545の問題集を提供して、あなたの試験への復習にヘルプを提供して、君に難しい専門知識を楽に勉強させます。TopExamは君の試験への合格を期待しています。
IBM Assessment: DB2 9.7 SQL Procedure Developer 認定 A2090-545 試験問題:
1. Which rule applies to the REFERENCING clause in a CREATE TRIGGER statement?
A) The scope of each correlation-name and identifier used is the entire trigger definition.
B) A NEW correlation-name can be specified more than once for a trigger.
C) The OLD correlation-name and the OLD TABLE identifier can be used if the trigger event is an INSERT operation.
D) The OLD TABLE or NEW TABLE identifiers can be defined in a BEFORE trigger.
2. Which statement is TRUE about associative arrays?
A) The index values for an associative array must be a continuous set of integer values.
B) Associative array values can be stored in table columns.
C) The index data type for an associated array must be an integer.
D) Associative array cannot be a type of a table column.
3. Which tool can be used to get quick static SQL Explain data from packages?
A) Control Center
B) db2expln
C) DB2 command center
D) db2exfmt
4. Which SQL statement is allowed in a BEFORE trigger?
A) UPDATE
B) MERGE
C) INSERT
D) CALL
5. Given the following statement:

How many values are inserted in to the array called quantity?
A) 2
B) 3
C) 4
D) 1
質問と回答:
質問 # 1 正解: A | 質問 # 2 正解: D | 質問 # 3 正解: B | 質問 # 4 正解: D | 質問 # 5 正解: C |