Skip to main content
Business LibreTexts

13.4: Flat File vs Normalized Data

  • Page ID
    46634
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Learning Outcomes

    • Differentiate between a flat file and a normalized data

    In database terminology, the terms “flat file” and “normalized” data refer to how data is stored electronically. A flat file arrangement refers to how data is stored in a spreadsheet—a two-dimensional structure using rows and columns. A normalized scheme brings database capability, adding the use of another table(s) to store related data.

    The difference between flat file and normalized schemes go back to the introduction of this discussion. Flat files (spreadsheets) are great for quick data entry by users, manipulating numerical data for fast analysis, having rich formatting features and mathematical functions for small to moderate data sets. When large quantities of data needs to be shared with multiple users using multiple views, be independent from the application, and protected from unauthorized users, we see the need for normalized data provided by database technology.

    There is much more to normalization in database science. There are strict guidelines regarding normalization and how tables need to be constructed in databases, i.e., first normal form, second normal form, third normal form, etc. These principles are essential to building error-free database designs and will be discussed in a later session.

    Contributors and Attributions

    CC licensed content, Original
    • Flat File vs Normalized Data. Authored by: Robert Danielson. Provided by: Lumen Learning. License: CC BY: Attribution

    13.4: Flat File vs Normalized Data is shared under a CC BY license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?