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.
单项选择题If an application issues the same query more than once in the same Unit of Work, which isolation level will not permit this application to see additional rows inserted by other applications?()
A.Read Stability (RS) B.Repeatable Read (RR) C.Uncommitted Read (UR) D.Cursor Stability (CS)
单项选择题Which of the following best describes how locks are used in DB2?()
A.To maintain control of updated rows for commit processing B.To ensure only committed changes are altered by another application C.To allow two applications to update the same row of data simultaneously D.To prevent multiple applications from accessing the same data simultaneously