Introduction To Database Systems
Introduction To Database Systems
DATABASE SYSTEMS
◦Back up
◦Sharing; Data stored in files of computer-based
systems can be shared among multiple users at a
same time.
◦Editing; It is easy to edit any information stored in
computers in form of files.
◦Remote access
➢Relational DBMS
➢Hierarchical DBMS
➢Network DBMS
◦Hardware
◦Software
◦Data
◦Procedure
◦People
➢Computers
➢Input/Output devices
➢Networking devices
Crash recovery
Concurrent access
Data security
Data integrity; If data is always accessed through the
DBMS, the DBMS can enforce integrity constraints on the
data. For example, before inserting salary information for
an employee, the DBMS can check that the department
budget is not exceeded.
PREPARED BY: ABDULAI IBN AZINDOW (ICT TUTOR TACE)
Disadvantages
Cost
Qualified personnel
Lower Efficiency: A database system is a multi-use software
which is often less efficient than specialised software which is
produced and optimised exactly for one problem.
Complexity: A database system creates additional complexity and
requirements. The supply and operation of a database management
system with several users and databases is quite costly and
demanding.
PREPARED BY: ABDULAI IBN AZINDOW (ICT TUTOR TACE)
Reflection