当前位置:网站首页>The subsystem implementing transaction persistence in DBMS is ()
The subsystem implementing transaction persistence in DBMS is ()
2022-06-30 04:31:00 【A fat man】
DBMS The subsystem that implements transaction persistence in is ( )
A. Security management subsystem
B. Integrity management subsystem
C. Concurrency control subsystem
D. Recovery management subsystem
answer
D
analysis
Atomicity : A transaction is a group of indivisible units of operation , This group of units either succeed or fail at the same time ( from DBMS Transaction management subsystem );
Uniformity : The data integrity before and after the transaction should be consistent ( from DBMS The integrity subsystem performs test tasks );
Isolation, : The transactions of multiple users should not affect each other , Be isolated from each other ( from DBMS Implementation of concurrency control subsystem );
persistence : Once a transaction is committed , Then its impact on the database is permanent and irreversible , If you roll back later or an exception occurs , Will not affect committed transactions ( from DBMS The recovery management subsystem of );
边栏推荐
猜你喜欢

Share an example of a simple MapReduce method using a virtual machine

进程间通信之匿名管道

《机器人SLAM导航核心技术与实战》第1季:第0章_SLAM发展综述

Matlab reads fig file and restores signal

An error occurs when sqlyog imports the database. Please help solve it!

Day 11 script and game AI

Introduction to system programming

Learn about threads

Myrpc version 5

Break through the existing customer group marketing, and try customer grouping management (including clustering model and other practical effect evaluation)
随机推荐
基于servlet+jsp+mysql实现的工资管理系统【源码+数据库】
Directory operations and virtual file systems
A solution to the problem of "couldn't open file /mnt/repodata/repomd.xml"
Daily summary of code knowledge
After the win10 system uses the browser to download, the content is moved or deleted without reason
OneNote production schedule
Basic knowledge of redis
FortiGate configures multiple server IPS as link monitor monitoring objects on the same interface
进程间通信之匿名管道
Network layer protocol hardware
Learning about signals
An error occurs when sqlyog imports the database. Please help solve it!
《机器人SLAM导航核心技术与实战》第1季:第0章_SLAM发展综述
Tea mall system based on SSM framework [project source code + database script + report]
Technology sharing | broadcast function design in integrated dispatching
idea灰屏问题
Modifier of JS regular expression
Clients accessing the daytime service (TCP)
thinkphp5实现导入功能
How to write a conditional statement to obtain the value of the maximum time in a table using a MySQL statement