5 - Benefits of Database
5 - Benefits of Database
Database
• Sort
• Match
• Link
• Aggregate
• Skip fields
• Calculate
• Arrange
Database linked with Variety of Projects
6- Data sharing
• The integration of all the data, for an organization, within a
database system has many advantages. First, it allows for
data sharing among employees and others who have
access to the system. Second, it gives users the ability to
generate more information from a given amount of data
than would be possible without the integration..
Characteristics and Benefits of a Database
7- Enforcement of integrity constraints
• Database management systems must provide the ability
to define and enforce certain constraints to ensure that
users enter valid information and maintain data
integrity. A database constraint is a restriction or rule that
dictates what can be entered or edited in a table such as
a postal code using a certain format or adding a valid city
in the City field.
• There are many types of database constraints. Data type,
for example, determines the sort of data permitted in a
field, for example numbers only. Data uniqueness such
as the primary key ensures that no duplicates are
entered. Constraints can be simple (field based) or
complex (programming).
Characteristics and Benefits of a Database
9- Data independence
• Another advantage of a database management system is
how it allows for data independence. In other words, the
system data descriptions or data describing data
(metadata) are separated from the application programs.
This is possible because changes to the data structure
are handled by the database management system
and are not embedded in the program itself.
Characteristics and Benefits of a Database