flat file management system

  • Thread starter Thread starter raine
  • Start date Start date
R

raine

what basically is a "flat file management system?" pls
reply asap....thanks..=)
 
what basically is a "flat file management system?" pls
reply asap....thanks..=)

A 1950's-1960's era incarnation of databases, in which the entire
database is one large table with a very large number of fields,
usually requiring that many fields be stored repeatedly and
redundantly.

Why? What's the context?
 
Hi Raine,

Presumably it's a system for managing flat files. "Flat file" in a
database context usually means a data store consisting of a single table
in which all records have the same structure (e.g. PersonID, FirstName,
Surname, Address, HoursWorkedInJan, HoursWorkedInFeb...). Contrast with
relational databases, where the data store can consist of multiple
related tables (e.g. one table with PersonID, FirstName, Surname,
Addres, and another with PersonId, Month, and HoursWorked).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

ASAP Dash portable 0
Excel EXCEL: help with the IF function 0
Mailing Address 3
Mailing Address 5
Address 1
Need help translating table to flat file 1
relink flat file not a Table 2
Convert Excel Table to Access flat file 5

Back
Top