IBM C2090-320 - DB2 11 Fundamentals for z/OS Exam
Page: 2 / 13
Total 63 questions
Question #6 (Topic: Topic 1)
Which of the following is NOT TRUE?
A. An index can be created on XML columns
B. Length must be specified for an XML column
C. XML columns can be added to existing tables
D. Triggers can be created on tables with XML columns
Answer: D
Question #7 (Topic: Topic 1)
Given the following CREATE TABLE statement, and a unique index on column EMPID, which set of SQL statements is valid?
[IBM-C2090-320-1.0/xmlfile-4_1.png]
[IBM-C2090-320-1.0/xmlfile-4_2.png]
A.
[IBM-C2090-320-1.0/xmlfile-4_3.png]
B.
[IBM-C2090-320-1.0/xmlfile-5_1.png]
C.
[IBM-C2090-320-1.0/xmlfile-5_2.png]
D.
[IBM-C2090-320-1.0/xmlfile-4_1.png]
[IBM-C2090-320-1.0/xmlfile-4_2.png]
A.
[IBM-C2090-320-1.0/xmlfile-4_3.png]
B.
[IBM-C2090-320-1.0/xmlfile-5_1.png]
C.
[IBM-C2090-320-1.0/xmlfile-5_2.png]
D.
Answer: D
Question #8 (Topic: Topic 1)
The DB2 subsystem DSN has been correctly configured to access a remote DB2 location MYREMOTE. Which of the following processes can be used on
subsystem DSN to access MYUSER.EMP table at MYREMOTE location?
subsystem DSN to access MYUSER.EMP table at MYREMOTE location?
A. SELECT * FROM MYUSER.EMP;
B. CONNECT TO MYREMOTE; SELECT * FROM MYUSER.EMP;
C. SELECT * FROM MYUSER.MYREMOTE.EMP;
D. CREATE ALIAS EMP_ALIAS FOR LOCATION.MYREMOTE.MYUSER.EMP; SELECT * FROM MYUSER.EMP_ALIAS;
Answer: B
Question #9 (Topic: Topic 1)
Which of the following elements is affected by a ROLLBACK statement?
A. LOB table spaces
B. Changes in cursor positioning
C. Acquisition and release of locks
D. Caching of rolled back statements
Answer: A
Question #10 (Topic: Topic 1)
Which statement is TRUE regarding ROLLBACK processing?
A. It only reads active logs
B. It always needs archive logs
C. It can never be processed just from memory
D. It uses output buffers, active and archive logs
Answer: D