Database and Characteristic of Database
A database is collection of related data.Data means known facts that can be recorded and that have implicit meaning. A database may be generated and maintained manually or it may be computerized.A library card catalog is a database may be created and maintained manually.A computerized database may be created and maintained by a group of application programs written specially for that take or by a database management system.
A database management system is a collection of programs that enables users to create and maintain a database.The DBMS is a general purpose software system.The database definition or descriptive information is also stored by the DBMS in the form of a database catalog.It is called meta-data.
Database and database technology have a major impact on the growing use of computers.Database play a critical role in almost all areas where computers are used including business,electronic,education,library science etc.
An example of a large commercial database is Amazon.com.The database occupies over 2 terabytes and is stored on 200 different computers called server.
Characteristic of Database Approach
A number of characteristic distinguish the database approach from the much older approach of programming with files.
In database approach single repository maintains data that is defined once and then accessed by various users.In database the names and labels of data are defined once and used repeatedly by queries.
Main characteristic of database system is
- Self describing nature of a database system.
- Support multiple view of data.
- Sharing of data and multi-user transaction processing.
- Insulation between programs and data and data abstraction.
0 Comments