comparison with the ways data was stored and used before the introduction of
DBMSs.
Where do you store data? How do you retrieve data easily? How do you restrict access to data? Managing data effectively is a big challenge. From adding to manipulating to deleting data, the introduction of database management systems (DBMSs) has truly changed the way we store and manage information. They have not only improved efficiency but also have enabled us share data easily with others. A DBMS allows a user to create and manage databases all with a graphical interface.
Life before DBMSs
In the old days, data was being store in data files called file management system where all information was stored in a single file. The disadvantage was the increased delay in retrieving data and the ability to update information easily. This method has posed great problems and the need for an improved system was long overdue.
History of DBMSs
Early 1960s, Charles Bachman designed the first general-purpose DBMS at General Electric. He called it Integrated Data Store. It was based on the network data model of which data is structured in a tree like environment where each record has one parent and many children.

Almost decade later, in the late 1960s, IBM developed the Information Management Syswtem (IMS) database management system. This system is still being used im major establishments. The introduction of this sytem also introduced a new framework called hierarchical data model. During that same time, IBM and American Airlines had developed a DBMS called SABRE which is primarily used in the web-based travel companies such as Travelocity.

The relational data model was introduced by Edgar Codd in 1970, while working at IBM. This framework had a great impact on database systems. In fact, it has changed the commercial landscape and has made DBMSs a foundation for managing corporate data.

The 1980s and 1990s are the years where great advances have been made in the field of DBMSs. With the creation of Enterprise Resource Planning and Management Resource Planning layers on top of DBMSs, corporations are now able to manage inventory, HR departments, financial analysis and much more. Data is stored in relational databases and DBMS application such as Baan, Oracle, PeopleSoft, SAP and Siebel enabled companies to interact with store information.
References
Database Management Systems by Raghu Ramakrishnan
http://books.google.com/books?hl=en&lr=&id=JSVhe-WLGZ0C&oi=fnd&pg=PR24&dq=Database+management+systems&ots=Lleh7NsjN4&sig=pRxgh7H0DWTKycpeVNsju6B2qFo#PPA6,M1









