题目详情

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.
问题1选项

正确答案及解析

正确答案
CABBA
解析
暂无解析

你可能感兴趣的试题

单选题

高级系统分析师,专项练习,软件水平考试《高级系统分析师》押题

  • A.V(S2)和P(S4)
  • B.P(S2)和V(S4)
  • C.P(S2)和P(S4)
  • D.V(S2)和V(S4)
查看答案
单选题

高级系统分析师,专项练习,软件水平考试《高级系统分析师》押题

  • A.V(S1)P(S2)和V(S3)
  • B.P(S1)V(S2)和V(S3)
  • C.V(S1)V(S2)和V(S3)
  • D.P(S1)P(S2)和V(S3)
查看答案
单选题

高级系统分析师,专项练习,软件水平考试《高级系统分析师》押题

  • A.P(S4)和V(S4)V(S5)
  • B.V(S5)和P(S4)P(S5)
  • C.V(S3)和V(S4)V(S5)
  • D.P(S3)和P(S4)V(P5)
查看答案
单选题

高级系统分析师,专项练习,软件水平考试《高级系统分析师》押题

  • A.P(S3)和V(S4)V(S5)
  • B.V(S3)和P(S4)P(S5)
  • C.P(S3)和P(S4)P(S5)
  • D.V(S3)和V(S4)V(S5)
查看答案
单选题

高级系统分析师,专项练习,软件水平考试《高级系统分析师》押题

  • A.P(S2)和P(S4)
  • B.P(S2)和V(S4)
  • C.V(S2)和P(S4)
  • D.V(S2)和V(S4)
查看答案

相关题库更多 +