a) DBMS is a collection of queries
b) DBMS is a high-level language
c) DBMS is a programming language
d) DBMS stores, modifies and retrieves data
DBMS stores, modifies, and retrieves data is the correct answer!
A Database Management System (DBMS) is essentially a software application that acts as an intermediary between the user and the database. Its primary functions are:
- Storing data: Organizing and saving information in a structured format.
- Modifying data: Allowing users to update, change, or delete existing data.
- Retrieving data: Enabling users to access and extract specific information from the database.