InterviewSolution
Saved Bookmarks
| 1. |
On compared to file system how does a database management system avoidredundancy in data through a database |
|
Answer» The file system cannot control redundancy of DATA as each user defines and maintains the needed files for a specific application to RUN. ... WHEREAS DBMS controls redundancy by MAINTAINING a single repository of data that is defined once and is accessed by many users |
|