位置:首页 > 题库频道 > 其它分类 > 计算机其它 > 专业技术初级资格程序员基础知识DB2

手机扫码关注微信
随时随地刷题

专业技术初级资格程序员基础知识DB2

推荐等级:
  • 卷面总分:0分
  • 试卷类型:模拟试题
  • 测试费用:¥5.00
  • 试卷答案:
  • 练习次数:0
  • 作答时间:0分钟

试卷介绍

试卷预览

  • 131What takes place when a process accesses a data object on which it already holds a lock, and the access mode requires a more restrictive lock than the one currently held、

    A.Lock wait

    B.Lock timeout

    C.Lock escalation

    D.Lock conversion

    开始考试练习点击查看答案
  • 132What is the act of releasing a large number of row-level locks that an application holds on a single table to acquire a table-level lock known as、

    A.Lock exchange

    B.Lock promotion

    C.Lock escalation

    D.Lock conversion

    开始考试练习点击查看答案
  • 133When is an INTENT EXCLUSIVE (IX) lock required、

    A.When a transaction intends to read or change data.

    B.When a transaction intends to change but not read data.

    C.When a transaction intends to read but not change data.

    D.When a transaction intends to change the system catalog.

    开始考试练习点击查看答案
  • 134The EXCLUSIVE MODE option of the LOCK TABLE statement is used to prevent which of thefollowing、

    A.Concurrent application processes from performing any operations on the table.

    B.Concurrent application processes from performing any read-only operations on the table.

    C.Concurrent applications processes that are running under the cursor stability (CS) isolation level from performing read-only operations on thetable.

    D.Concurrent applications processes that are running under the uncommitted read (UR) isolation level from performing read-only operations onthe tabl

    开始考试练习点击查看答案
  • 135What factor influences lock conversion/promotion、

    A.Lock size

    B.Number of locks

    C.Lock mode needed

    D.Available real storage

    开始考试练习点击查看答案
  • 136Application APP_A is performing updates to table TAB1 using the read stability (RS) isolation level. Which isolation level will allow application APP_B to retrieve all rows from table TAB1 immediately, rather than have to wait until application APP_A has finished making updates、

    A.Read Stability (RS)

    B.Cursor Stability (CS)

    C.Repeatable Read (RR)

    D.Uncommitted Read (UR)

    开始考试练习点击查看答案
  • 137If no isolation level is specified, what is the default isolation level used、

    A.Cursor Stability (CS)

    B.Repeatable Read (RR)

    C.Read Stability (RS) with Currently Committed semantics

    D.Cursor Stability (CS) with Currently Committed semantics

    开始考试练习点击查看答案
  • 138What isolation level prevents dirty reads, nonrepeatable reads, and phantoms、

    A.Read stability (RS)

    B.Cursor stability (CS)

    C.Repeatable read (RR)

    D.Uncommitted read (UR)

    开始考试练习点击查看答案
 14/14   首页 上一页 12 13 14
返回顶部