Computer Science, asked by pargatsandhu22, 7 months ago

write about flat file database?​

Answers

Answered by iamkailash
2

Answer:

A flat file database is a database that stores data in a plain text file. Each line of the text file holds one record, with fields separated by delimiters, such as commas or tabs. While it uses a simple structure, a flat file database cannot contain multiple tables like a relational database can.

Answered by aloksingh17801980
0

Answer:

A flat file database is a type of database that stores data in a single table. This is unlike a relational database, which makes use of multiple tables and relations. Flat file databases are generally in plain-text form, where each line holds only one record.Aug

Similar questions