What is Database

What is Database?

For understanding a Database, Let's see what is a Data.
A Data is an any kind of information. For eg: the data of a person is his/her height, weight, gender etc. 
In the same way a Database can be defined as a systematic collection of data which supports electronic storage and manipulation of data.
To give an example of a database a telephone directory is the best ex. So, in that stays all the details of a person. Wright! 
In a relational database stays the details of a person in rows and columns & tables which make it easier to find with SQL & NOSQL queries .
As of this writing SPARQL is the only querry accepted by the World Wide Web or simply the (www).


Types of DATABASE. 

Databases have evolved with time . Earlier in the late 1980s it was with Object-Oriented Database and today with SQL & NOSQL & CLOUD DATABASE

Relational Database.

A Relational Database , invented in the IBM by Sir E.F.Codd in 1970 so that it can be accessed & recognised in a no. of different ways.
Relational database, made up of a set of tables with data that fits to the defined category. 

What is SQL?

SQL stands for the Structured Querry Language which is related to the relational database. SQL can be used to insert, search, update, and delete database records. SQL can do lots of other operations, including optimizing and maintenance of databases. SQL is also pronounced as See-Quel Relational databases like MySQL Database, Oracle, MS SQL Server, Sybase, etc. use ANSI SQL.

What is a Database Management System (DBMS)?


Database Management System (DBMS) is a collection of programs which enables its users to access database, manipulate data, reporting and representation of data. It also helps to control access to the database. Database Management Systems are not a new concept and as such, had been first implemented in the 1960s.

Charles Bachman's Integrated Data Store (IDS) is said to be the first DBMS in history. With time database technologies evolved a lot while usage and expected functionalities of databases have been increased immensely.


Types of DBMS

There are 4 major types of DBMS. Let us investigate them in detail.

  • Hierarchical: This type of DBMS employs the "parent-child" relationship of storing data. This type of DBMS is rarely used nowadays. Its structure is like a tree with nodes representing records and branches representing fields. The windows registry used in Windows XP is an example of a hierarchical database. Configuration settings are stored as tree structures with nodes.
  • Network DBMS: This type of DBMS supports many-to-many relations. It usually results in complex database structures. RDM Server is an example of a database management system that implements the network model.
  • Relational DBMS: This type of DBMS defines database relationships in the form of tables, also known as relations. Unlike network DBMS, RDBMS does not support many to many relationships. Relational DBMS usually have pre-defined data types that they can support. It is the most popular DBMS type in the market. Examples of relational database management systems include MySQL, Oracle, and Microsoft SQL Server database.

                                                    -Thank You
                        Do follow on instagram: @swapnoneel1232004.
                
                     Stay Safe & Stay Secure.
                                     
            All The Best!

Comments

Popular posts from this blog

Cryptography in Cyber Security

What is SQL?

What are VPNs?