Types of Databases - Flat File

You can think of a flat database as a single table on a single sheet of paper.  All of the data is contained in a single record with a fixed number of fields.

This is a logical way to organize small databases, but only if they remain small.  Any degree of complexity can quickly overwhelm this type of database.

Next ...