易搜题 > 资格证大类 > 软件考试 > 问题详情
问题详情

事务的等待图中出现环,使得环中的所有事务都无法执行下去,这类故障属于();解决的办法是选择环中代价最小的事务进行撤销,再将其置入事务队列稍后执行。假如选中事务T1,在T1撤销过程中需要对其进行(请作答此空)操作。
A.UNDO
B.REDO
C.UNDO+REDO
D.REDO+UNDO

未找到的试题在搜索页框底部可快速提交,在会员中心"提交的题"查看可解决状态。 收藏该题
查看答案

相关问题推荐

  • 在安全通信中,S将所发送的信息使用(请作答此空)进行数字签名,T收到该消息后可利用()验证该消息的真实性。
    A.S的公钥
    B.S的私钥
    C.T的公钥
    D.T的私钥
  • 在日志中加入检查点,可()。
    A.减少并发冲突
    B.提高一并故障恢复的效率
    C.避免级联回滚
    D.避免死锁
  • A transaction is an action,or a series of actions,carried out by a single user or( ),that accesses or changes the contents of the database.A transaction should possess the four basic or so-called ACID properties:Atomicity.The“all or nothing”property.A transaction is an( )unit that is either performed in its entirety or is not performed at all.Consistency.A transaction must transform the database from one consistent state to another consistent state.Isolation.Transactions execute independently of one another.In other words,the partial effects of( )transactions should not be visible to other transactions.Durability.The effects of a successfully completed(committed)transaction are permanently recorded in the database and must not be lost because of a subsequent failure.The four properties above,only(请作答此空)property is the responsibility of the concurrency control subsystem to ensure.It is the responsibility of both the( )and the application developers to ensure consistency.To guarantee the Atomicity and Durability properties after a failure,a log file is needed.
    A.atomicity
    B.consistency
    C.isolation
    D.durability
  • 对于给定的关键字序列47,34,13,12,52,38,33,27,5),若用链地址法(拉链法)解决冲突来构造哈希表,且哈希函数为Hey)keye1则()
    A.哈希地址为1的链表最长
    B.哈希地址为6的链表最长
    C.34和12在同一个链表中
    D.13和33在同一个链表中
  • 在Windows资源管理器中,若要选择窗口中分散的多个文件,在缺省配置下,可以先选择一个文件,然后按住()。
    A.CTRL键不放,并用鼠标右键单击要选择的文件
    B.CTRL键不放,并用鼠标左键单击要选择的文件
    C.SHIFT键不放,并用鼠标右键单击要选择的文件
    D.SHIFT键不放,并用鼠标左键单击要选择的文件
联系客服 会员中心
TOP