5 Computer -- DBMS Concept

Difference between Database and DBMS with example.

Difference between Database and DBMS with example.


Database DBMS       
A database is a collection of information in tables. Sometimes relations between them.
A database management system is a collection of programs that helps you to use the database. 
The database itself cannot back itself up. 
a DBMS backups the database ensuring the integrity of the data even after a system failure. 
a database cannot handle multiple users at the same time. 
A DBMS can handle and is designed for multiple queries at a time. 
A very big amount of information can be modified at a time. 
A lot of information can be modified because of multi-user support. 
example: dictionary, Telephone Directory, Mark Ledger etc
example: MySQL, PostgreSQL, Microsoft SQL Server, Oracle Database, and Microsoft Access.



More questions on DBMS Concept

Close Open App