Differentiate between flat file database and relational database
Answers
Answered by
6
Answer:
A flat file database stores data in a single table structure. A relational database uses multiple table structures, cross-referencing records between tables. Tables in both organize records in rows, with each column containing a single piece of data in the record.
Answered by
3
Answer:
Flat file databases are databases that are contained in one single table, or in the form of a text file. Relational databases are databases with multiple tables and relationships between the data in the tables.
Similar questions