The Database Approach
The Database Approach
Anchal Mishra
The Database Approach
In order to overcome the limitations of a file system, a new
approach was required. Hence a database approach emerged.
A database is a persistent collection of logically related data.
The initial attempts were to provide a centralised collection of
data. A database has a self-describing nature. It contains not
only the data but also the complete definition of the database
structure and constraints, which are stored in a system
catalog. A DBMS manages this data. It allows data sharing and
integration of data of an organisation in a single database.
DBMS controls access to this data and thus needs to provide
features for database creation, data manipulation such as
data value modification, data retrieval, data integrity and
security etc.
Advantages of Database Approach