035. Why is it easier to maintain a database than traditional data files?

 

With the traditional file storage system, because data was stored in multiple files, each time a change was needed (New records added, existing records modified, old records deleted), it had to be done to each of the files. Since data is now consolidated, changes need to be made only to the one database.