উত্তর
ব্যাখ্যা
A Database Management System (DBMS) is a software system used to manage databases. It provides an interface for users and applications to interact with the data, allowing operations such as creating, reading, updating, and deleting data. The DBMS ensures data integrity, security, and efficient retrieval.
Example:
MySQL, PostgreSQL, and Oracle are examples of DBMS that store, manage, and provide access to databases.
Others option:
A collection of interrelated data:
This defines a database, not the DBMS itself.
A set of programs to manage data:
The DBMS is a set of programs designed for managing databases.
A table where data is stored:
This is an aspect of a database, not the DBMS.
A method to backup data:
A backup is one operation supported by a DBMS but not the main purpose of a DBMS.
Source: "Database System Concepts" by Abraham Silberschatz