176k views
1 vote
The _____ component of a database management system (dbms) is used to add, delete, modify, and retrieve records from a database.

a. data manipulation
b. data generation
c. data administration
d. data definition

User NoobVB
by
5.6k points

2 Answers

2 votes
The correct answer is: [A]: "data manipulation" .
________________________________________________________
User Cjxcz Odjcayrwl
by
5.3k points
0 votes

Answer:

a. data manipulation

Step-by-step explanation:

Data manipulation is to used to add, delete, modify, and retrieve records from a database. One of the most popular data manipulation language is that of Structured Query Language (SQL), which is used to retrieve and manipulate data in a relational database.

The main purpose of data manipulation, is to make data easier to read and more organized. For example, a log of data could be organized in alphabetical order, or according to time, e.t.c. This will allow those that are interested in the data to fully understand, see trends and draw up conclusions easily.

User Alexa Adrian
by
5.4k points