Course Content
Detailed Content of Database Management System
0/1
About Lesson

DBMS:

  1. Database management system is a software which is used to manage the database. For Example, MySQL, Oracle etc. are a very popular commercial database which is used in different applications.
  2. DBMS provides an interface to perform various operations like Database Creation, storing data in it, updating data, Creating a Table in the Database.
  3. It provides protection and security to the database. In case of multiple users, it also maintains Data Consistency.