Subject: Management Information System
Data is arranged by a computer system in a hierarchy that moves from bit to byte, field, record, file, and database. In conventional file processing, various departments are responsible for maintaining the files. Data redundancy, data inconsistency, restricted query capability, limited security level, program data reliance, lack of flexibility, inadequate security, lack of data sharing and availability, etc. are typical issues that might arise in a traditional file environment. A database is a collection of data that has been centralized and redundant data is controlled to efficiently serve various applications. Many of the issues with conventional file organizing are resolved by database technology. Software called a database management system (DBMS) is used to consolidate data, manage data effectively, and give application programs access to the stored data. It serves as an interface between physical data files and application programs. The logical and physical views of data are separated by DBMS, making it simple for programmers and end users to understand where and how the data are actually kept. While the physical view demonstrates how data are actually stored and organised on a physical storage medium, the logical view exposes data as it would be interpreted by the end user.
Data is arranged by a computer system in a hierarchy that moves from bit to byte, field, record, file, and database.
For example
An employee record may have fields for storing last names, first names, addresses, and other information. The maximum length and type of data that can be entered into a field define that field.
In conventional file processing, various departments are responsible for maintaining the files. The following is a list of typical issues that can arise in a traditional file environment:
A DBMS consists of features and resources for managing, organizing, and gaining access to database data. The following is a list of the most significant DBMS capabilities:
The data model must be accurate since a flawed data model will prevent the system from effectively serving the business.
DBMS |
File System |
Both logical and physical access to the data are coordinated by a database management system. | Only the physical access to the data is coordinated by a file-processing system. |
By ensuring that a physical piece of data is accessible to all programs allowed to access it, a DBMS minimizes the amount of data duplication. |
In a file-processing system, a piece of data produced by one application might not be accessible to another. |
Data can be accessed in a variety of ways thanks to a database management system (i.e., queries). | A file-processing system is made to provide data access according to specified rules (i.e., compiled programs). |
Multiple users accessing the same data concurrently can be coordinated by a database management system. | A file-processing system is often made to enable simultaneous access to several data files by one or more programs. |
Reference
Laudon, Laudon, "Management Information Systems Managing the Digital Firm", twelfth edition
© 2021 Saralmind. All Rights Reserved.