Computer Science, asked by anjaligupta981671, 5 months ago

what is a flat-file database?
in chapter database development​

Answers

Answered by XxxRAJxxX
4

</p><p>{\huge{\red{\underline{\orange{\underline{\bold{\blue{ANSWER -}}}}}}}}

In the context of databases, a flat file database satisfies the following:

In the context of databases, a flat file database satisfies the following:It is a database that comprises exactly one table in one file.

In the context of databases, a flat file database satisfies the following:It is a database that comprises exactly one table in one file.The table has no indexes.

In the context of databases, a flat file database satisfies the following:It is a database that comprises exactly one table in one file.The table has no indexes.The structure is not relational, hierarchical, or networked.

In the context of databases, a flat file database satisfies the following:It is a database that comprises exactly one table in one file.The table has no indexes.The structure is not relational, hierarchical, or networked.The file may comprise fixed length records, with fields denoted by column positions, or variable length records, with records and fields separated from one another by delimiter characters.

Answered by Anonymous
2

A flat-file database is a database stored in a file called a flat file. Records follow a uniform format, and there are no structures for indexing or recognizing relationships between records. The file is simple. A flat file can be a plain text file, or a binary file.

Similar questions