answersLogoWhite

0

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

User Avatar

Wiki User

15y ago

What else can I help you with?

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


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.


What is a database in which ALL the data is stored in a single table known as?

A database in which ALL the data is stored in a single table is known as a flat-file database. This type of database lacks the relational structure found in more traditional databases that use multiple tables to store and organize data. Flat-file databases are simple but may limit the ability to efficiently query and manage data.