Databases normalisation A level
Databases normalisation A level
e) Data sharing
- allows for data sharing among employees and others who have access to the
system.
- gives users the ability to generate more information from a given amount of
data than would be possible without the integration of all the data, for an
organization, within a database system.
h) Data independence
- The system data descriptions or data describing data (metadata) are
separated from the application programs.
- The database approach allows multiple application programs to use the
data concurrently and the data can be accessed in several different ways
(e.g., through applications processing, online query, and report writing
programs).
- The access can be quickly changed by modifying the definition of the tables or views.
i) Transaction processing
- Database management system include concurrency control subsystems
which ensures that data remains consistent and valid during transaction
processing even if several users update the same information.
k) Ease of maintenance.
- Because each data element is stored only once, any additions, deletions, or
changes to the database are accomplished easily.