what is the structure of flat file database
-is one that has a single table to store data about an 'entity'
-the table stores data in fields(columns) such as date of birth
-a records(row) of information is a complete set of fields put together.
--this could be a persons details:name, age, gender