answersLogoWhite

0


Best Answer

A spreadsheet is one example. All the data is in a single table.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

8y ago

Traditional file processing systems use Flat file database. A flat file database is one every data is stored in a single file . Example of flat file that is used widely is spreadsheet.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is an example of flat file database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Difference between database file and flat file in DBMS?

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.


Difference between flat file and database file?

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......


Advantages of Flat file database?

You should have the answer not me


Similarities between database file and flat file in DBMS?

kas


How can you overcome the problems of a flat-file database?

Store it in MySQL or use more then one flat-file DB...


Advantages and disadvantages Flat file database?

No one knows


What is flat-file database?

When you store your data in a ordinary plain text file, for example as comma-separated values with one entry per line.Traditional (non-flat-file) databases do not do this, they bypass the file system altogether and store the data in a big binary blob in a custom format that cannot be read by anyone except the database program itself.See related Wikipedia link.


What is bulk loading in a database?

Usually, that is using a "load" file to import data into a database. That can be a flat, delimited file or other formats. The type of format used depends on the database. My database has data upload batch jobs scheduled daily.


What is a simple database program whose records have no relationship to one another?

flat file


What is a flat file database?

Flat file databases are also called as relational databases describe any different means to encode a database model. This requires data to be kept in one large table. Big up Philip Proctor


What is an example of a flat database?

database schemadata tablefielddata typenametextincomeintegerlatdecimallondecimalnameincomelatlonHomer Simpson600043.6-79.3Mr. Burns25000000043.2-79.4Is this any help.


What is the difference between flat file system and data bases?

A flat file is in a list format (containing only one table) while databases uses different tables to store data. It is easier and faster to locate data in a database than in a flat file.