The basic steps for designing a data structure

The six basic steps for designing a data structure

  1. Identify the data elements
  2. Subdivide each element into its smallest useful components
  3. Identify the tables and assign columns
  4. Identify the primary and foreign keys
  5. Review whether the data structure is normalized
  6. Identify the indexes

Description

Back