What is the primary added value of relational databases over flat files?
Answers
Answered by
0
Flat file database means all information puts in one table that is a flat file database.
If you want to merge a data between two different flat file means you need to copy paste each related information from one file to another file. Designing flat files takes a little bit designing knowledge.
But in a relational database needs more planning and designing knowledge compared to a flat file database.
In a relational database, you must carefully store information in a table. But not like this in flat file database.
Similar questions