Published on

Database Design Fundamentals For Software Engineers | Introduction & File-based system

Authors

1 - Database Design Fundamentals For Software Engineers

You use database at everything you use, for example facebook, youtube, etc.

IndexContent
1Introduction & File-based system
2What is Database?
3Database Management System (DBMS)
4Characteristics of the Database Approach
5Benefits of the Database Approach

1 - Introduction & File-based system

Before Database systems

First, from some decades we hadn't know the database, but we used something called File-base system

File-Base System is a type of software that allows users to access and organize small groups of data. that's mean if you want to save data you can use the files, and the organization and know the location filed depends on you

Advantage of File-Based System

  1. Backup It is possible to take faster and automatic back-up of database stored in files of computer-based systems. computer systems provide functionalities to serve this purpose.it is also possible to develop specific application program for this purpose.

  2. Data Retrieval Computer-based systems provide enhanced data retrieval techniques to retrieve data stored in files in easy and efficient way.

  3. Editing It is easy to edit any information stored in computers in form of files. Specific application programs or editing software can be used for this purpose.

  4. Remote Access In computer-based systems,it is possible to access data remotely. so,to access data it is not necessary for a user to remain present at location where these data are kept.

  5. Sharing Data stored in files of computer-based systems ca be shared among multiple users at a same time.

Disadvantage of File-Based System

  1. Data redundancy A situation that occurs in a database when a field needs to be updated in more than one copy

  2. Data inconsistency A situation where various copies of the same data are conflicting, wastes storage space and duplicates effort.

  3. Difficult data access A situation where the user must be know the location of every files

  4. Security Problems A situation, if one user have access to view his data, he can update it without Authorization

  5. Difficult concurrent access To access some data on some file, you must know the file location