A spreadsheet is one example. All the data is in a single table.
Database systems can be either referential, flat or heiarchial.
Database file is one that is stored on a server and it is in the format that the database needs to read it. It is also stored in the database catalog. A flat file is one that is dumped from a database to import or export into another database or program. A flat file is fields of data separated by delimiters, which keep the fields separated for export/import.
Database systems can be either referential, flat or heiarchial.
DATABASE FILE - is one that is stored on a server and it is in the format that the database needs to read it. It is stored in the database catalog......
multidimensional database
in which is a two dimensional array of data
No one knows
Store it in MySQL or use more then one flat-file DB...
what are the example of —externalwhat are the example of —external
kas
A flat-table database is a type of database model where data is stored in a simple tabular format without the use of complex relationships between tables. In a flat-table database, all data is stored in a single table without any hierarchical structure or normalization. This type of database is typically used for simple data storage and retrieval needs.