What are the advantages of a database approach compared to a flat file system?

Questions by butterfire

Showing Answers 1 - 6 of 6 Answers

gurjot911

  • Mar 5th, 2009
 

A flat file is a kind of approach to a database system. I think the question should have been advantages of relational system on a flat file system.
In that case it would be straight forward as a relational system can define relations between entities of a real world situation while flat file system can store only facts.

  Was this answer useful?  Yes

There are many advantages with database approach compared to a flat file system. Some of them are:

1) It's not possible to implement relationships between files in filesystem.
2) Controlled redundancy
3) Program-data independence
4) Easy to maintain large databases.
5) Softwares for maintaining databases (D.B.M.S) are readily available
6) Easy to implement constraints.
7) It's possible to add dynamic nature by using triggers e.t.c.

There are many other advantages, they are listed in the book 'Database Systems" by Navathe... once go through it.
Hope, my answer helped you

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions