Site icon The Bloggers Diary – The Diary of a Blogger

A2Z 2019 – Day 4 : ‘D’ – DBMS

On Day 4 of A2Z Challenge 2019, I shall talk about the A2Z of DBMS (Database Management System). A database is an organized collection of data, generally stored and accessed electronically from a computer system. DBMS is the software that interacts with the end user to read, write and update the database contents. In simple terms, DBMS acts as an intermediary between the end user and the database. The main objective of DBMS is to reduce Data redundancy and to main consistency.

A DBMS provides three different views of the database contents:

A2Z of DBMS – Database Languages

One can read, update and store data in a database with the help of Database languages. They are DDL (Data Definition Language), DCL (Data Control Language), DML (Data Manipulation Language) and TCL (Transaction Control Language). SQL (Structured Query Language) combines the all 4 in a single language. SQL became the standard of the ANSI (American National Standards Institute) and ISO (International Organization for Standardization) in 1986 and 1987 respectively.

 

In this article, I have touched the A2Z of DBMS in brief. If you have any questions, please ask them in the comments section.

 

 

Exit mobile version