A Database is a collection of related data organised in a way that data can be easily accessed, managed and updated. Any piece of information can be a data, for example name of your school. Database is actually a place where related piece of information is stored and various operations can be performed on it. A data in the database can be shared and accessed concurrently.
DBMS:
A DBMS is a software that allows creation, definition and manipulation of database. DBMS is actually a tool used to perform any kind of operation on data in database. DBMS also provides protection and security to database. It maintains data consistency in case of multiple users. Here are some examples of popular DBMS, MySql, Oracle, Sybase, Microsoft Access and IBM DB2 etc.
or
A computer program (or a set of) used to create and manage the structure of database (organizing, storage and retrieval of data).
A convenient and efficient way to store, retrieve and modify information.
The database and DBMS software together is called as Database system.
DBMS:
A DBMS is a software that allows creation, definition and manipulation of database. DBMS is actually a tool used to perform any kind of operation on data in database. DBMS also provides protection and security to database. It maintains data consistency in case of multiple users. Here are some examples of popular DBMS, MySql, Oracle, Sybase, Microsoft Access and IBM DB2 etc.
or
A computer program (or a set of) used to create and manage the structure of database (organizing, storage and retrieval of data).
A convenient and efficient way to store, retrieve and modify information.
The database and DBMS software together is called as Database system.