What is the advantage of file system and database system?
Below are the advantages of using a database system:
1. Redundancy of data means some information may be duplicated in several places in file processing s/y. This can also be refined through DBMS.
2. Accessing of data is difficult in file processing s/y.To access the different data we require different programs, many times. In other words, for different type applications require different application programs.
3. Multiple users can access the same data in DBMS. Security is also provided by DBA (Database administrator).








