Databases

From Suhrid.net Wiki
Revision as of 22:40, 7 December 2013 by Suhridk (talk | contribs)
Jump to navigationJump to search

Relational Databases

  • Set of named relations (tables)
  • Each relation has a set of named attributes (columns)
  • Each tuple (row) has a value for each attribute
  • Each attribute has a type (or domain)
  • All queries return relations (tables), so it can said to be compositional or closed.