Official Bank 0/63

DB2 11.1 Fundamentals for LUW (C2090-616) - IBM Actual Exam Questions

Last updated on April 25, 2026

97% Exam Compliance
63 Total Questions
1
Question

Consider the following query and the resulting set of data: SELECT empno, lastname FROM emp WHERE empno BETWEEN ‘000020’ and ‘000070’ Result: If the query below is executed, how many rows will be returned? SELECT empno FROM emp WHERE empno > ‘000020’ AND empno ‘000070’

Question image
Options
A

0

B

1

C

3

D

5

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question

Given the following statement: DECLARE GLOBAL TEMPORARY TABLE TEMP1 ( ID INTEGER NOT NULL, ITEM CHAR(30), AMOUNT DECIMAL (10,2) ON COMMIT DELETE ROWS NOT LOGGED; Which of the following statements are TRUE? (Choose two.)

Select 2
Options
A

Temp1 table is accessed under schema SESSION

B

Temp1 definition is available for use by other sessions

C

At the end of a transaction, data is deleted automatically

D

Definition of the table Temp1 is stored in database catalog

E

Rows inserted by one session are visible in other sessions

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question

Which of the following statements regarding locking is TRUE?

Options
A

The same lock modes apply to tables, rows, or blocks

B

Lock conversion can take place implicitly as a query executes

C

Changing the mode of a lock that is already held is called lock escalation

D

Lock conversion is not necessary if an X lock is required and an S or U lock is currently held

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question

Your manager has asked you to review cloud service offering for hosting a DB2 database. As the DBA, you still want to maintain control over all maintenance and patching operations. Which of the following Cloud offerings best suits your needs?

Options
A

Cloudant

B

DB2 on Cloud

C

dashDB for analytics

D

dashDB for transactions

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question

Which edition of DB2 LUW has been discontinued in v11.1?

Options
A

DB2 Developer Edition

B

DB2 Express Server Edition

C

DB2 Enterprise Server Edition

D

DB2 Connect Enterprise Server Edition

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.