

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
database management system unit one notes
Typology: Summaries
1 / 3
This page cannot be seen from the preview
Don't miss anything!
INTRODUCTION Database system, plays a vital role in organising data about a particular enterprise. Consider an example of a company which stores data about following : Employees ( employee number ,name, address ,salary) Department( department number, department name ,location ) project (project name, project number, location) Therefore, a system is needed which can effectively organise the data, organise the data and also use it to analyse and guide operations of the company. CONCEPT OF DATABASE MANAGEMENT SYSTEM: database management system consist two components first database.
Some data elements like name, address, identification code are used in various applications. It is stored in multiple data files. There is a repetition of data files. This is referred to as data REDUNDANCY. DATA INCONSISTENCY For example, consider an employee management system , if address of an Employee which is stored at two places and is updated at only one place Then the system will give conflicting information and it becomes inconsistent data. FILE SYSTEM V/S DBMS File system stores data in The form of records and data which are files managed by operating system and uses application program to extract information from the file. A major advantage the database approach has over the conventional approach is that a database system provides centralised control of data. ADVANTAGES OF DBMS : 1.Database redundancy : It controls data redundancy because it stores all the data in one single database file and that recorded data is placed in the database.