What is Database
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.
Comments
Post a Comment
If you have any doubt or want to know something more or new,you are most welcome. Just let me know.