Computer Science, asked by Deathnote22, 1 year ago

Differentiate between flat file and relational database.

Answers

Answered by Agashi22
5

Answer:

Flat File: Data is stored in a single table. Usually suitable for less amount of data.

Relational: Data is stored in multiple tables and the tables are linked using a common field. Relational is suitable for medium to large amount of data.

Answered by Jasmeet274
3

Answer:

Explanation:

Flat file database contains information in single table and relational database controls information in multiple tables

Similar questions