Computer Science, asked by debasak5375, 1 year ago

Difference between traditional and modern dbms

Answers

Answered by qwtiger
6

Answer:

Difference between Traditional File System and Modern DBMS:

Traditional File processing is the process of creating, storing and accessing data files. But it consists a lot of problems which are as follows:

1. There is an issue of data inconsistency and data redundancy.

2. The insert, update and delete operations are difficult to perform.

3. It is not possible to make concurrent access.

and the most commonly There has a huge security problem.

In modern DBMS:

1 The problem of  data redundancy is controlled.

2. It restrict the unauthorized access to access the data. Therefore there is no security issue.

3. Providing multiple user interfaces.

4. It provides backup.

Similar questions