Difference between revisions of "Databases"

From Suhrid.net Wiki
Jump to navigationJump to search
(Created page with "= Relational Databases =")
 
Line 1: Line 1:
 
= Relational Databases =
 
= 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)

Revision as of 22:38, 7 December 2013

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)