DBMS
DBMS
What is database?
- A Database Management System (DBMS) is a
- A database is a structured collection of data
software application that allows users to create,
organized in a way that it can be easily
manage, and manipulate databases. It handles
accessed, managed, and updated. It is
tasks like data organization, storage
essentially a digital repository for storing and
optimization, retrieval efficiency, integrity
managing various types of information.
enforcement, concurrency control, backup,
Databases are commonly used in a wide range
recovery, and user access permissions. Popular
of applications, including websites, business
DBMSs include MySQL, Oracle Database,
systems, scientific research, and more.
Microsoft SQL Server, PostgreSQL, and
MongoDB.