INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS
We all live in an age where the world is full of data and information. You must have heard of internet, which has become a huge source of information and also growing everyday. The amount of data is actually very large to access and maintain. For example, if we go to the bank to deposit or withdraw funds, if we make booking in a hotel or railways reservation, even purchasing items from a supermarket or Mall all these activities involves an automatic update of the database which keeps the inventory of the store room or showroom items.
In the traditional database applications, where most of the information was stored and accessed in either textual or numeric form. But nowadays, video clips, pictures files, weather data, satellite images and sound image files are stored in separate and specialized databases such as multimedia databases.
If your school Principal just wants to know the marks of a student named Kalpana in your class. There could be more than one Kalpana in the class, but if the data is organized in a proper manner, the information can be provided in few seconds to the Principal. To get the right data and information you must have some database accessing tools with you, so that information can be accessed and managed in a timely and effectively manner. Data must therefore be collected in an organized form so that you can get the data in very less time.
Also, in daily routine activities we come across a large number of organizations such as, University System, Airlines, Banks, Manufacturing Company etc. The functions performed by these organizations vary from one another. Accordingly data is needed to store, manage and accessed.
Here we had the overview of Database Management System (DBMS), file system and its advantages including its types. We know about the pictorial representation of data in the form of Entity Relationship (ER) Diagram.
A Database management system (DBMS) can be seen as a software package which allows users to design, create, access and maintain and view data. In databases, you can store and maintain data property. You can present the database design pictorially in the form of ERDiagram,
The database system supports multiple views of the same data. For example, a clerk may only be able to see his details, whereas the manager can view the details of all the clerks working under him. In this unit we have discussed the types of databases, like relational, network and Hierarchical databases.
We have discussed about the relation between the attribute values, entity types etc. We have discussed the two approaches for storming data in computers i.e file system approach and database approach. There are some limitations of File System Approach which includes data redundancy, data independence and difficult to get quick answers to simple queries. So, database approach is brought into practice for handling data properly and efficiency.
Comments
Post a Comment