About Lesson
DBMS:
- 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.
- DBMS provides an interface to perform various operations like Database Creation, storing data in it, updating data, Creating a Table in the Database.
- It provides protection and security to the database. In case of multiple users, it also maintains Data Consistency.