Relational Database Management System

Read Complete Research Material

RELATIONAL DATABASE MANAGEMENT SYSTEM

Relational Database Management System

Relational Database Management System

The word Database is often used to refer to any data available for information processing or retrieval operations. It implies a particular structuring of the data. The database is a mechanized, formally defined, centrally controlled collection of data in an organization.

Database Management System (DBMS)

A Database Management System which is known as DBMS, is a software system that performs the functions of defining, creating, revising, and controlled the database. It provides facilities for retrieving data, generating reports, revising data definitions, updating data, and building applications. All applications can access the data; all users of the data the same information with the same quality and recency. The Database Management System manages the creation and use of databases. The Database Management System controls the interaction between the database and application programs prepared by programmer and between the database non-programming users.

Database Administration (DBA)

The DBA is an organizational authority to manage DBMS. The DBA uses special instructions and facilities of the DBMS to define, create, redefine, and restructure the database and to implement integrity controls. The data integrity achieved by having data in the database controlled through the database administration function and data creation, access, and updating controlled by the database management software.

Main Components of DBMS

There are four major components of DBMS and those are given briefly below

Data Definition Language (DDL): The data definition language (DDL) is used to define the structure of a database.

They are typically includes the following:

Defining all data elements to be included in the database.

Defining all organization of the data elements into records, tables, etc.

Defining a name, field length, and field type for each data element. A field name is used to refer to the corresponding data element while accessing it.

Defining controls for fields that can have only selective values.

Defining access controls to the various tables, records, and fields for different categories of users to protect the privacy of sensitive data items from un-authorized users.

Defining the logical relationships among the various data elements of the database.

Data Manipulation Language (DML)

Once the structure of a database has been define, the database is ready for the entry and manipulation of data. The database manipulation language (DML) includes the commands, which enable the users to enter manipulate the data. With this commands, the user can add new records to the database, navigate through the existing records, and modify the records.

Query Language

All database management systems provide a query language, which enables users to define their requirements for extracting the desired information. For example, from an inventory database a user can list out the item description whose current inventory is less than 20 units.

Report Generator

A report is the presentation of information extracted from a database. A report generator enables the users of a database to design the layout of a report in a desired format.

Data Model

The four commonly used database models are given below:

Hierarchical Databases: In a hierarchical database, the data elements are linked in the form of an inverted tree structure with the root at the top and ...
Related Ads