179k views
2 votes
Which of the following functions of database management system causes some data to be read and some data to be written into a database?

A. Maintenance
B. Transaction
C. Query
D. Protection

User Apollow
by
7.5k points

1 Answer

5 votes

Final answer:

The function of a database management system that causes some data to be read and some data to be written into a database is Transaction.

Step-by-step explanation:

The function of a database management system that causes some data to be read and some data to be written into a database is Transaction. Transactions are used to ensure database integrity and consistency by treating a group of operations as a single unit. When a transaction is executed, it may involve reading data from the database, modifying the data, and then writing the modified data back to the database.

User Marsia
by
8.3k points