






























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
These notes will help you to know about Data Base management System
Typology: Exercises
1 / 38
This page cannot be seen from the preview
Don't miss anything!
information in flat files which are maintained by the file system under the operating system’s control.
system to access these flat files
in the files.
delimited by a space , comma , tab etc.
end of records and end of files.
Data are organized, stored, and processed in independent files of data records. In the traditional file processing approach, each business application was designed to use one or more specialized data files containing only specific types of data records The business computers of 1980 were used in processing of business records and produce information using file oriented approach or file processing environment At that time that system was reliable and faster than the manual system of record keeping and processing In this system the data is organized in the form of different files. Since that system was the collection of files - so we can say it was a file-oriented system. Following terms was commonly used in this approach or the features of File oriented system.
4. File volatility ratio It is the number of records updated in a transaction file divided by total number of records. The file volatility ratio of transaction file is very high. 5. Work file A temporary file that helps in sorting and merging of records from one file to other. 6. File organization It means the arrangement of records in a particular order. There were three types of file organizations
Since all the files are independent of each other. So some of the fields or files are stored more than once. Hence duplicacy is more in case of file approach. This duplication of data (redundancy) leads to higher storage and access cost. In addition it may lead to data inconsistency
3. Separated and isolated data
To make a decision, a user might need data from two separate files. First, analysts and programmers to determine the specific data required from each file and the relationships between the data evaluated the files. Then applications could be written in a third generation language to process and extract the needed data. Imagine the work involved if data from several files was needed!
4. Poor data security
All the files are stored in the flat form or text files. These files can be easily located and trapped because file approach, has no data security. The data as maintained in the flat file(s) is easily accessible and therefore not secure
6. Program / Data Dependence Users and application programs need to know exactly where or how the data is stored in order to access it. In file processing system the physical formats of the files are entered in the programs. The change in file means change in program and vice versa. 7. Every operation is programmable The processing tasks like searching, editing, deletion etc should have separate programs. It means there were no functions available for these operations. DBMS have ready- made commands for such operations.
8. Concurrency problem
It means using a same record at same time by more than one user at the same time. This problem was common in file approach but can be controlled in DBMS.
Slide 1-
Slide 1-
Other features: