事务的( )是指事务一旦提交,即使之后又发生故障,对其执行的结果也不会有任何影响。
- A.原子性
- B.持久性
- C.隔离性
- D.一致性
正确答案及解析
正确答案
解析
事务的特性:
①原子性指事务是原子的,要么都做,要么都不做;
②一致性指事务执行的结果必须保证数据库从一个一致性状态变到另一个一致性状态;
③隔离性指事务相互隔离,当多个事务并发执行时,任意事务的更新操作直到其成功提交的整个过程,对其它事物都是不可见的;
④持久性指一旦事务成功提交,即使数据库崩溃,其对数据库的更新操作也永久有效。
依题意,应当选择B。
包含此试题的试卷
你可能感兴趣的试题
( )is the process of transforming information so it is unintelligible to anyone but the intended recipient.
-
- A.Encryption
- B.Decryption
- C.Security
- D.Protection
- 查看答案
As each application module is completed,it undergoes( )to ensure that it operates correctly and reliably.
-
- A.unit testing
- B.integration testing
- C.system testing
- D.acceptance testing
- 查看答案
( )algorithm specifies the way to arrange data in a particular order.
-
- A.Search
- B.Random
- C.Sorting
- D.Merge
- 查看答案
After analyzing the source code,( )generates machine instructions that will carry out the meaning of the program at a later time.
-
- A.an interpreter
- B.a linker
- C.a compiler
- D.a converter
- 查看答案
( )can help organizations to better understand the information contained within the data and will also help identify the data that is most important to the business and future business decisions.
-
- A.Data processing system
- B.Big Data analytics
- C.Cloud computing
- D.Database management
- 查看答案