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 ACI

题目内容(请给出正确答案)
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.DBMS
B.DBA
C.end user
D.DBS
参考答案和解析
答案:A
解析:
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
更多相关问题