質問 1:A developer wants to code the following statements in an SQL procedure:
What order must these statements be coded in?
A. 4, 3, 2, 1
B. 3, 4, 2, 1
C. 2, 4, 3, 1
D. 1, 2, 3, 4
正解:C
質問 2:Which of the following can be done while debugging a SQL procedure with IBM Data Studio?
A. Change the order of statements being executed.
B. Change the value of any variables used.
C. Edit the procedure and continue.
D. Re-execute the current statement.
正解:B
質問 3:Click the Exhibit button.
Which statement correctly describes the result of the FOR loop shown in the exhibit?
A. FULLNAME is set to the last name of the employee, followed by a comma, the first name, a blank space, and the middle initial for each row. Each value for FULLNAME is inserted into table TNAMES in alphabetical order.
B. FULLNAME is set to the last name of the employee, followed by a comma, the first name, a blank space, and the middle initial. Only the first value for FULLNAME is inserted into table TNAMES.
C. FULLNAME is set to the last name of the employee, followed by a comma, the first name, a blank space, and the middle initial. Only the last value for FULLNAME is inserted into table TNAMES.
D. FULLNAME is set to the last name of the employee, followed by a comma, the first name, a blank space, and the middle initial for each row. Each value for FULLNAME is inserted into table TNAMES.
正解:D
質問 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:A trigger was created using the CREATE TRIGGER statement shown below.
Which statement is true about the INCRS_COMM trigger?
A. This trigger will increase the COMM value of a newly inserted row by 10 percent.
B. This trigger will be executed after a row is inserted into the STAFF table.
C. The trigger will be executed if the STAFF table is populated by a load operation.
D. The trigger will be executed before a row is inserted into the STAFF table.
正解:B
質問 6:Which command can be used to optimize static SQL statements containing parameterized queries?
A. SET CURRENT EXPLAIN MODE=PARAM
B. SET CURRENT EXPLAIN MODE=YES
C. SET CURRENT EXPLAIN MODE=EXPLAIN
D. SET CURRENT EXPLAIN MODE=REOPT
正解:D
質問 7: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
質問 8:Click the Exhibit button.
The table and triggers in the exhibit have been created successfully, when the statements shown below are executed.
INSERT INTO emp_hours VALUES('KAY', '9:00', '17:00');
INSERT INTO emp_hours (emp_name, starting) VALUES('BILL', '9:00');
What is the result?
A. Table EMP_HOURS will contain these rows: KAY 9:00:00 AM 5:00:00 PM BILL 9:00:00 AM
B. Table EMP_HOURS will contain these rows: KAY 9:00:00 AM 5:00:00 PM BILL 9:00:00 AM 10:00:00 AM
C. Table EMP_HOURS will contain this row: BILL 9:00:00 AM 17:00:00 PM
D. Table EMP_HOURS will contain this row: BILL 9:00:00 AM
正解:B
安全的な支払方式を利用しています
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. In a SQL Procedure, rows_fetched is an integer variable and curEmp is a cursor variable of SELECT statement on a table. After opening the cursor curemp, which of the statement will determine the number of rows fetched?
A) SET rows_fetched = ROWCOUNT(curemp)
B) SET rows_fetched = curEmp%ROWCOUNT
C) SET rows_fetched = CURSOR_ROWCOUNT(curemp)
D) SET rows_fetched = curEmp%CURSOR_ROWCOUNT
2. Given the following SQL:
Which of the following statements is true?
A) The cursor declaration requires WITH RETURN TO CALLER clause in order to return a result set.
B) The cursor declaration requires WITH RETURN clause in order to return a result set.
C) The cursor declaration requires WITH RETURN TO CLIENT clause in order to return a result set.
D) The procedure declaration requires the DYNAMIC RESULT SETS 1 clause in order to return a result set.
3. Given the following statement:
How many values are inserted in to the array called quantity?
A) 2
B) 3
C) 4
D) 1
4. Click the Exhibit button.
A user-defined function was created using the statement shown in the exhibit. Which additional option can be added to the CREATE FUNCTION statement to tell the optimizer that the function does not always return the same results for a given argument value?
A) STATIC DISPATCH
B) NOT DETERMINISTIC
C) NOT FENCED
D) NO EXTERNAL ACTION
5. What is correct use of the MODULE?
A) Supporting referential integrity
B) Improving performance of transactions
C) Encryption and encapsulation
D) Grouping object definitions together that has a common business purpose
質問と回答:
質問 # 1 正解: C | 質問 # 2 正解: C | 質問 # 3 正解: C | 質問 # 4 正解: B | 質問 # 5 正解: D |