Open In App

Characteristics of the Database Approach

In this article, we will discuss the overview of the Database Approach and will mainly focus on its characteristics. Also, we will cover the Characteristics of the Database Approach in detail.

Overview of Database Approach

There are different characteristics of the database approach from the much older approach of programming with files. In a traditional file processing system, each user defines and implements its own modifications to the files needed for a selected software application as a part of programming the appliance. In the database approach, one repository maintains data which is defined once then accessed by various users in that database. In a file system, it will be independently like an application that is free to name elements. In comparison, during a database, the names or labels of knowledge are defined once and used repeatedly by queries, transactions, and applications. 



Characteristics of Database Approach

Some of the most important characteristics of the database approach to the file processing approach are the following as follows.

Approach-1 : Self-Describing Nature of a Database System



Approach-2 : Insulation between Programs and Data, and Data Abstraction

Approach-3 : Support for Multiple Views of the Data

Approach-4 : Sharing of knowledge and Multi-user Transaction Processing

Article Tags :