Computer Science, asked by rajeshkumar99848844, 1 month ago

A database management system is a software that allows you to store, organize, retrieve and manipulate data as and when required. Discuss two examples where you will needed a database management system.​

Answers

Answered by manastheking
1

Answer:

What is a Database?

A database is a collection of related data which represents some aspect of the real world. A database system is designed to be built and populated with data for a certain task.

What is DBMS?

Database Management System (DBMS) is a software for storing and retrieving users’ data while considering appropriate security measures. It consists of a group of programs which manipulate the database. The DBMS accepts the request for data from an application and instructs the operating system to provide the specific data. In large systems, a DBMS helps users and other third-party software to store and retrieve data.

DBMS allows users to create their own databases as per their requirement. The term “DBMS” includes the user of the database and other application programs. It provides an interface between the data and the software application.

Similar questions