what is a flat-file database?
in chapter database development
Answers
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.