Database Management System (DBMS)
Database Management System (DBMS)
Database is the collection of related data of an organization.
For eg: Student marks in different subjects.
Database Management System (DBMS):
Used for creating and constructing of database.
Advantages:
1.Sharing of database:'
It allows to share database among different network for communication.
The database table should have primary key that doesnot allow to make any duplicate records. So,that it minimises the duplication of data within database.
3.Easy to access:
Records can be easily accessed by the use of key constraints.
4.Inconsistency:
DBMS allows to show the modified data within the records. It doesnot allow to save or to show the previous data with relation of other tables.
5.Less Space:
It occupies less space due to the compressed form of database in table.
6. Backup and recovery
We can store huge amount of data as backup and can easily recover in case of loss through server,
Disadvantages:
1. Expensive
It requires skilled manpower for the effective implementation and operation so it is costly.
2.Privacy and security
In case of password / encryped data leaked the entire database can be accessed by unauthorised users.
3.Complexity
It is complex because it supports other different programming language so the db commands are interrelated with programming language too.
4.Storage Space
It stores millions of transaction which occupy / that occupy a large space so that the user should have to purchase or hire high cloud space or device.
Comments
Post a Comment