Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 384 Bytes

File metadata and controls

11 lines (9 loc) · 384 Bytes

Introduction to DBMS

What is a DBMS?

  • DBMS stands for Database Management System.
  • It is software that allows users to create, manage, and manipulate databases.
  • Example: MySQL, Oracle, PostgreSQL, MongoDB.

Why do we need DBMS?

  • To store data efficiently.
  • To ensure data consistency and security.
  • To provide easy access and sharing of data among multiple users.