Friday 5 October 2012

Data Models

The structure of the relationship in most databases follows one of three database models.
  1. Hierarchical
  2. Network
  3. Relational

Term

  • Data normalization: the process of taking complex set of data and converting it into a set of simple two demensional tables.
  • Selecting: data manipulation that eliminates rows according to certian criteria.
  • Joining: Data manipulation that combines two or more tables.

No comments:

Post a Comment