McAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
My Cart (0)  

IBM C2090-545

C2090-545

Exam Code: C2090-545

Exam Name: DB2 9.7 SQL Procedure Developer

Updated: Jul 20, 2026

Q & A: 115 Questions and Answers

C2090-545 Free Demo download

PDF Version Demo PC Test Engine Online Test Engine

Already choose to buy "PDF"

Price: $59.99 

About IBM C2090-545 Exam

Refund is available if not pass

As a responsible company, we don't ignore customers after the deal, but will keep an eye on your exam situation. Although we can assure you the passing rate of our C2090-545 training guide nearly 100 %, we can also offer you a full refund if you still have concerns. If you try our C2090-545 exam questions: DB2 9.7 SQL Procedure Developer but fail in the final exam, we can refund the fees in full only if you provide us with a transcript or other proof that you failed the exam. We believe that our business will last only if we treat our customers with sincerity and considerate service. So, please give the C2090-545 study materials a chance to help you.

Extremely high passing rate

We believe that the greatest value of C2090-545 training guide lies in whether it can help candidates pass the examination, other problems are secondary. And at this point, our C2090-545 study materials do very well. We can proudly tell you that the passing rate of our C2090-545 exam questions: DB2 9.7 SQL Procedure Developer is close to 100 %. That is to say, almost all the students who choose our products can finally pass the exam. We are not exaggerating because this conclusion comes from previous statistics. We believe you are also very willing to become one of them, then why still hesitate? Just come in and try our C2090-545 study materials, and we can assure you that you will not regret your choice.

Rich versions for you to choose from

Nowadays, our learning methods become more and more convenient. Advances in technology allow us to learn freely on mobile devices. However, we understand that some candidates are still more accustomed to the traditional paper study materials, so our C2090-545 study materials provide customers with a variety of versions to facilitate your learning process. Among them, the PDF version of C2090-545 training guide is specially provided for these candidates, because it supports download and printing. For those who are willing to learn on the phone, as long as you have a browser installed on your phone, you can use the App version of our C2090-545 exam questions: DB2 9.7 SQL Procedure Developer. The PC version is ideal for computers with windows systems, which can simulate a real test environment. At the time of purchase our C2090-545 study materials, you can choose one or three downloads at the same time.

There is no denying that no exam is easy because it means a lot of consumption of time and effort. Especially for the upcoming C2090-545 exam, although a large number of people to take the exam every year, only a part of them can pass. If you are also worried about the exam at this moment, please take a look at our C2090-545 study materials, whose content is carefully designed for the C2090-545 exam, rich question bank and answer to enable you to master all the test knowledge in a short period of time. Our C2090-545 exam questions: DB2 9.7 SQL Procedure Developer have helped a large number of candidates pass the C2090-545 exam yet. Hope you can join us, and we work together to create a miracle.

IBM C2090-545 Exam Syllabus Topics:

SectionWeightObjectives
SQL Procedural Language Fundamentals20%- Error handling and diagnostics
- Cursors and result sets
- Control flow statements
- Variables, data types, and assignments
Advanced Features12%- Modules and global variables
- Arrays and associated arrays
- Declared Global Temporary Tables
- Support for PL/SQL syntax
Triggers15%- Trigger timing and events
- Testing and managing triggers
- Trigger actions and OLD/NEW references
- CREATE TRIGGER syntax
Development Tools8%- IBM Data Studio
- Debugging and tuning utilities
- Deployment and maintenance
User-Defined Functions20%- Scalar and table functions
- Return values and table results
- CREATE FUNCTION syntax
- Invocation and usage
SQL Procedures25%- Modifying and managing procedures
- CREATE PROCEDURE syntax and parameters
- Performance considerations
- Testing, debugging, and deployment

IBM DB2 9.7 SQL Procedure Developer Sample Questions:

1. Given the SQL statement shown below:

Which statement correctly describes the cursor MY_CURSOR?

A) The cursor will not be closed as a consequence of a commit operation.
B) The cursor does not have sensitivity to insert, update, or delete operations that are made to rows in the underlying result table.
C) The result table of the cursor is intended to be used as a result set that will be returned from a procedure.
D) The cursor can be used to perform positioned delete operations.


2. Which two statements are true when working with triggers? (Choose two.)

A) Triggers can be used on Materialized Query Tables.
B) Triggers can be altered.
C) Triggers can be used to enforce data integrity rules.
D) Triggers can be used on Created Temporary Tables.
E) Triggers can be used with both tables and views.


3. In the stored procedure below:

What will the value of the P_ID parameter be if the procedure is invoked and a value of 2 is specified for the START_VALUE parameter?

A) 1
B) 2
C) 3
D) 4


4. A developer needs to create a user-defined function that will return a list of employees who work in a particular department. Which statement will successfully create a function that meets this objective?

A) CREATE FUNCTION dept_employees (deptno CHAR(3)) RETURNS TABLE (empno CHAR(6), l_name VARCHAR(15), f_name VARCHAR(12)) DYNAMIC RESULT SETS 1 LANGUAGE SQL READS SQL DATA DECLARE emp_info CURSOR WITH RETURN FOR SELECT empno, lastname AS l_name, firstnme AS f_name FROM employee WHERE employee.workdept = dept_employees.deptno OPEN emp_info; RETURN
B) CREATE FUNCTION dept_employees (deptno CHAR(3)) RETURNS TABLE (empno CHAR(6), l_name VARCHAR(15), f_name VARCHAR(12)) LANGUAGE SQL READS SQL DATA RETURN SELECT empno, lastname AS l_name, firstnme AS f_name FROM employee WHERE employee.workdept = dept_employees.deptno
C) CREATE FUNCTION dept_employees (deptno CHAR(3)) RETURNS TABLE LANGUAGE SQL READS SQL DATA RETURN SELECT empno, lastname AS l_name, firstnme AS f_name FROM employee WHERE employee.workdept = dept_employees.deptno
D) CREATE FUNCTION dept_employees (deptno CHAR(3)) RETURNS TABLE DYNAMIC RESULT SETS 1 LANGUAGE SQL READS SQL DATA DECLARE emp_info CURSOR WITH RETURN FOR SELECT empno, lastname AS l_name, firstnme AS f_name FROM employee WHERE employee.workdept = dept_employees.deptno OPEN emp_info; RETURN


5. Which statement is true about the NUMBER data type?

A) Declaring a column as NUMBER(10,-2) is valid both in Oracle and in DB2 provided the DB2 database was created in Oracle compatibility mode.
B) Declaring a column as NUMBER(6,8) is valid both in Oracle and in DB2 provided the DB2 database was created in Oracle compatibility mode.
C) In DB2, the NUMBER data type has maximum precision of 31; in Oracle, it has a maximum precision of 38.
D) In DB2, the NUMBER data type is the same as in Oracle, provided the DB2 database was created in Oracle compatibility mode.


Solutions:

Question # 1
Answer: D
Question # 2
Answer: C,E
Question # 3
Answer: C
Question # 4
Answer: B
Question # 5
Answer: C

C2090-545 Related Exams
A2090-422 - Assessment: InfoSphere QualityStage v8.5 Assessment
C2090-558 - Informix 11.70 Fundamentals
A2150-533 - Assess: IBM Security SiteProtector Systems V2.0 SP8.1
C2090-617 - DB2 10 System Administrator for z/OS
C6040-752 - IBM Certified Specialist - Retail Store Solution Sales V4
Related Certifications
Deployment Professional
IBM Cloud
IBM Information Management
Mobile Application Developer
IBM Certified Architect
Contact US:  
 [email protected]  Support

Free Demo Download

Popular Vendors
Adobe
Alcatel-Lucent
Avaya
BEA
CheckPoint
CIW
CompTIA
CWNP
EC-COUNCIL
EMC
EXIN
Hitachi
HP
ISC
ISEB
Juniper
Lpi
Network Appliance
Nortel
Novell
SASInstitute
Sybase
Symantec
The Open Group
Tibco
VMware
Zend-Technologies
IBM
Lotus
OMG
Oracle
RES Software
all vendors
Why Choose ITexamGuide Testing Engine
 Quality and ValueITexamGuide Practice Exams are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development - no all study materials.
 Tested and ApprovedWe are committed to the process of vendor and third party approvals. We believe professionals and executives alike deserve the confidence of quality coverage these authorizations provide.
 Easy to PassIf you prepare for the exams using our ITexamGuide testing engine, It is easy to succeed for all certifications in the first attempt. You don't have to deal with all dumps or any free torrent / rapidshare all stuff.
 Try Before BuyITexamGuide offers free demo of each product. You can check out the interface, question quality and usability of our practice exams before you decide to buy.