Differentiate between database and DBMS with examples.
| Database | DBMS |
| It is a collection of related data. | It is software to maintain the database. |
| It is not secured. | It is highly secured. |
| Data sharing is impossible. | Data can be easily shared in a network |
| Every DBMS has a database. | Every database doesn't have DBMS. |
| Eg, Dictionary, a telephone directory | Eg, MY SQL, Oracle. |