A.DB2 Express Edition B.DB2 Personal Edition C.DB2 Workgroup Server Edition D.DB2 Enterprise Server Edition
单项选择题Which of the following DB2 products are required on an iSeries or System i server to enable an application running on that server to retrieve data from a DB2 database on a Linux server?()
A.DB2 for i5/OS B.DB2 Runtime Client C.DB2 Connect Enterprise Edition D.DB2 for i5/OS SQL Development Kit
单项选择题Which of the following DB2 tools allows a user to execute an SQL statement and view a graphical representation of the access plan?()
A.Task Center B.Command Editor C.Developer Workbench D.Command Line Processor
单项选择题Application A currently holds an exclusive lock on a single row and application B tries to access that row. If lock timeout is set to -1 and both applications are using isolation level RS, which of the following will occur?()
A.Applications A and B will cause a deadlock situation B.Application B will read the previous version of the row C.Application B will read the row and see uncommitted changes made by application A D.Application B will be placed in a lock-wait state until application A releases its lock
单项选择题How does DB2 protect the integrity of indexes when data is updated?()
A.Locks are acquired on the data. B.Locks are acquired on index keys. C.Locks are acquired on index pages. D.Locks are acquired on index pointers.
单项选择题If DB2 detects a deadlock between application A and application B (each waiting for a lock held by the other one), what action will DB2 take?()
A.Rollback the transaction in both applications. B.Rollback the transaction in one of the two applications. C.Decrease the lock timeout value for both applications, thereby causing a lock timeout situation. D.Send a message to let the administrator know of the situation and decide which application or applications should be terminated.