KnowledgeBoat Logo
|

Computer Science

Compared to a file system, how does a database management system avoid redundancy in data through a database?

Relational Database

8 Likes

Answer

A database stores the data at a central location wherefrom all application programs can access data. This removes the need of saving own data by application program and thus it reduces data redundancy.

Answered By

5 Likes


Related Questions