Database Management System

Database: Database is a collection of inter-related data which helps in efficient retrieval, insertion and deletion of data from database and organizes the data in the form of tables, views, schemas, reports etc.

DML is short name of Data Manipulation Language which deals with data manipulation and includes most common SQL statements such SELECT, INSERT, UPDATE, DELETE, etc., and it is used to store, modify, retrieve, delete and update data in a database.

SELECT: retrieve data from a database
INSERT: insert data into a table.

UPDATE: updates existing data within a table.

DELETE: Delete all records from a database table.

Advantages of DBMS

  1. Controls database redundancy: It can control data redundancy because it stores all the data in one single database file and that recorded data is placed in the database.
  2. Data sharing: In DBMS, the authorized users of an organization can share the data among multiple users.
  3. Easily Maintenance: It can be easily maintainable due to the centralized nature of the database system.
  4. Reduce time: It reduces development time and maintenance need.
  5. Backup: It provides backup and recovery subsystems which create automatic backup of data from hardware and software failures and restores the data if required.
  6. Multiple user interface: It provides different types of user interfaces like graphical user interfaces, application program interfaces.

Disadvantages of DBMS
1. Cost of Hardware and Software: It requires a high speed of data processor and large memory size to run DBMS software.
2. Size: It occupies a large space of disks and large memory to run them efficiently.
3. Complexity: Database system creates additional complexity and requirements.
4. Higher impact of failure: Failure is highly impacted the database because in most of the organization, all the data stored in a single database and if the database is damaged due to electric failure or database corruption then the data may be lost forever.

Leave a comment

Design a site like this with WordPress.com
Get started