PURPOSE OF DATABASE
SYSTEM
PURPOSE OF DATABASE SYSTEMS
 Database systems arose in response to early methods of computerized
management of commercial data.
 The file-processing system is supported by a conventional operating
system.
Disadvantages
o Data redundancy and
inconsistency:
 Since different programmers create the files and application programs over long period
the various files are likely to have different structures and the programs may be written
in a several programming languages.
 This redundancy leads to higher storage and access cost.
o Difficalty in accessing
data:
 Suppose that one of the bank officers needs to find out the names of all customers
who live within a particular postal – code area. The officers ask the data process
department to generate such a list.
 Suppose that such a program is written,and that,several days later , the same bank
officer came to ask who have an account balance more than Rs.10000 or more.As
expected a program to generate such a list doesn’t exist.
o Data Isolation:
 Data are scattered in various files , and files maybe in database
formats , writing new application programs to retrieve the
appropriate data is difficult.
o Integrity
Problems:
 The data values stored in the database must satisfy certain types of
consistency constrains to satisfied.
o Security problems:
 Not every user of the database system should be able to access all the data.
PRESENTATION BY:-
INBATAMILARASU M

Purpose of database system.pptx

  • 1.
  • 2.
    PURPOSE OF DATABASESYSTEMS  Database systems arose in response to early methods of computerized management of commercial data.  The file-processing system is supported by a conventional operating system.
  • 3.
    Disadvantages o Data redundancyand inconsistency:  Since different programmers create the files and application programs over long period the various files are likely to have different structures and the programs may be written in a several programming languages.  This redundancy leads to higher storage and access cost.
  • 4.
    o Difficalty inaccessing data:  Suppose that one of the bank officers needs to find out the names of all customers who live within a particular postal – code area. The officers ask the data process department to generate such a list.  Suppose that such a program is written,and that,several days later , the same bank officer came to ask who have an account balance more than Rs.10000 or more.As expected a program to generate such a list doesn’t exist.
  • 5.
    o Data Isolation: Data are scattered in various files , and files maybe in database formats , writing new application programs to retrieve the appropriate data is difficult. o Integrity Problems:  The data values stored in the database must satisfy certain types of consistency constrains to satisfied.
  • 6.
    o Security problems: Not every user of the database system should be able to access all the data.
  • 7.