IBM C2090-543 考試概覽:
| 認證廠商: | IBM |
|---|---|
| 考試名稱: | DB2 9.7 應用程式開發 |
| 考試代碼: | C2090-543 |
| 相關認證: | IBM 認證應用程式開發人員 - DB2 9 for Linux, UNIX and Windows |
| 考試形式: | 選擇題, 情境式試題 |
| 支援語言: | English |
| 範例考題: | IBM C2090-543 範例考題 |
| 考試方式: | 線上應試或於考場應試(透過 IBM 授權考試服務機構辦理) |
| 必備條件: | 建議具備 SQL 與關聯式資料庫概念的基礎知識。 |
IBM C2090-543 考試大綱主題:
| 章節 | 目標 |
|---|---|
| 主題 1: DB2 基礎知識 | - 資料庫物件與綱要概念 - DB2 架構概覽 |
| 主題 2: SQL 與資料操作 | - 資料定義與資料操作陳述式 - SQL 查詢基礎 |
| 主題 3: 效能與最佳化 | - 查詢最佳化基礎 - 索引運用與效能調校概念 |
| 主題 4: 資料庫程式設計概念 | - 交易與並行控制 - 錯誤處理與 SQL 狀態碼 |
| 主題 5: DB2 應用程式開發 | - ODBC/JDBC 連線概念 - 內嵌式 SQL 與應用程式介面 |
最新的 IBM certifications I C2090-543 免費考試真題:
問題 #1
Which two SQL statements demonstrate the correct usage of a parameter marker? (Choose two.)
A. SELECT ? FROM employee
B. VALUES(?) INTO :hvar1
C. DELETE FROM employee WHEREempno = ?
D. SET CURRENT SQLID = ?
問題 #2
Click the Exhibit button.
CONNECT TO test;
CREATE TABLE colors(id INT NOT NULL PRIMARY KEY,
descVARCHAR(12));
CREATE TABLE objects(desc VARCHAR(12),
c_idINT REFERENCES colors (id)
ON UPDATE NO ACTION);
INSERT INTO colors VALUES (1, 'Red'), (2, 'Blue'), (3, 'Yellow'), (4, 'Green');
INSERT INTO objects VALUES ('Fire Engine', 1), ('Grass', 4), ('Banana', 3);
CONNECT RESET;
A DB2 Command Line Processor script file containing the commands and statements shown in
the exhibit was executed successfully.
The statement shown below is executed:
UPDATE colors SET id = id + 1;
How many records will be modified?
A. 1
B. 0
C. 3
D. 2
問題 #3
You have created a stored procedure (MULTIRESULTS()) on the server which will return multiple
result sets. Whiledeveloping a PHP application using the IBM_DB2 extension, you want to call the
stored procedure. The code shown below will execute the stored procedure:
$stmt = db2_exec($conn, 'CALL multiResults()');
How can you fetch all of the result sets from $stmt?
A. Call db2_next_result($stmt) for each result set.
B. Call db2_fetch_object($stmt) for each result set.
C. Call db2_fetch_object($stmt) for the first result set; call db2_next_result($stmt) for more result sets.
D. Call db2_next_result($stmt) for each result set; call db2_fetch_object($stmt) for each row in the result set.
問題 #4
Which SQL procedure will retrieve all the rows from table T1 and make those rows available to the invoker as a result set?
A. CREATE PROCEDURE proc1()
DYNAMIC RESULTS SET 1
LANGUAGE SQL
BEGIN
DECLARE c1 CURSOR WITH RETURN FOR SELECT * FROM t1;
OPEN c1;
END
B. CREATE PROCEDURE proc1() DYNAMIC RESULTS SET 1 LANGUAGE SQL SELECT * FROM t1
C. CREATE PROCEDURE proc1()
DYNAMIC RESULTS SET 1
LANGUAGE SQL
BEGIN
DECLARE c1 CURSOR FOR SELECT * FROM t1;
RETURN c1;
END
D. CREATE PROCEDURE proc1()
DYNAMIC RESULTS SET 1
LANGUAGE SQL
RETURN (SELECT * FROM t1)
問題 #5
A library keeps digital copies of books in the table shown below:
CREATE TABLE library.collection (
bookidINTEGER NOT NULL PRIMARY KEY,
ebook_contentBLOB(2G) )
A CLI/ODBC application is written that retrieves the EBOOK_CONTENT for a given BOOKID in
32K pieces.
Which two APIs can be used to perform the retrieval? (Choose two.)
A. SQLGetData()
B. SQLFetchNext()
C. SQLGetSubString()
D. SQLGetLength()
問題與答案:
| 問題 #1 答案: C,D | 問題 #2 答案: B | 問題 #3 答案: C | 問題 #4 答案: A | 問題 #5 答案: A,C |

下載最新試用版
983位客戶反饋
我們對我們的產品非常有信心,所以我們不提供会给客户带去麻煩的產品。








204.63.44.* -
我是C2090-543考生,一次偶然的機會,來到這個網站購買了PDF電子書形式的題庫,我本來也對本考試題半信半疑,但是實際使用過后,接近滿分通過,真是太幸運了!