AllFreePapers.com - All Free Papers and Essays for All Students
Search

A Research Case

Autor:   •  November 20, 2013  •  Essay  •  1,300 Words (6 Pages)  •  981 Views

Page 1 of 6

A database is an application that manages data and allows fast storage and retrieval of that data.

The term data is often used to distinguish binary machine-readable information from textual human-readable information.

A database management system (DBMS) is the software that allows a computer to perform database functions of storing, retrieving, adding, deleting and modifying data. Relational database management systems (RDBMS) implement the relational model of tables and relationships.

Database system is a general term that refers to the combination of a database, a database management system and a data model. This system is responsible for the following data manipulation acts; data controlling, data retrieving, data maintenance and data definition.

The Main advantages of DBMS are described below.

Controlling Redundancy

In file systems each application program has its own private files. In this case, the duplicated copies of the same data is created in many places. In DBMS, all data of an organization is integrated into a single database file. The data is recorded in only one place in the database and it is not duplicated.

Sharing of Data

In DBMS, data can be shared by authorized users of the organization. The database administrator manages the data and gives rights to users to access the data. Many users can be authorized to access the same piece of information simultaneously. The remote users can also share same data. Similarly, the data of same database can be shared between different application programs.

Data Consistency

By controlling the data redundancy, the data consistency is obtained. If a data item appears only once, any update to its value has to be performed only once and the updated value is immediately available to all users. If the DBMS has controlled redundancy, the database system enforces consistency.

Integration of Data

In Database management system, data in database is stored in tables. A single database contains multiple tables and relationships can be created between tables (or associated data entities). This makes easy to retrieve and update data.

Integration Constraints

Integrity constraints or consistency rules can be applied to database so that the correct data can be entered into database. The constraints may be applied to data item within a single record or the may be applied to relationships between records.

Data Security

Form is very important object of DBMS. You can create forms very easily and quickly in DBMS. Once a form is created, it can be used many times and it can be modified very easily.

...

Download as:   txt (8.1 Kb)   pdf (114.8 Kb)   docx (13.2 Kb)  
Continue for 5 more pages »