Feb 4 TH

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

DATA BASE MANAGEMENT SYSTEM DBMS: every organization needs the data to be maintained and in olden days we used

to store the data by writing but when we write the data in papers after some years it may be get erased or sometimes due to accidents it may be collapsed so we use to store the data in the systems as technology is growing we use different types of database storing techniques database management system is nothing but to store the information to retrieve it when useful to make changes when happens to delete if not required and to safeguard it 1. Flat files: in this flat file system we can store a large amount of data in single table it can be stored and retrieve and can be changed too it holds large amount of data using small amount of memory and these files are now rarely used for some disadvantages ADVANTAGES: It can store large amount of data in less memory , it can be retrieve easily DISADVANTAGES: It is corrupted easily, it is not most versatile while adding or updating the data , duplicates can be added so confusion may be arise , searching process is difficult , 2. DBMS: To solve the following disadvantages in the database new database is introduced in which it has ample security searching made easy and but even this database has a problem while updating the data 3. RDBMS: Relational database management system in this system the tables are joined so the information from one table to other table can be transferred and easily update process takes place and this system secure and retrieval of data is easy and this system takes less memory and efficient system to store the data

You might also like