Relational Table

From GM-RKB
Jump to navigation Jump to search

A Relational Table is a tabular record set (with a tabular data structure) in a relation (such as a foreign key relation) with another relational table.



References

2009

  • http://www.sqlstrings.com/Database-Glossary.htm
    • A Table in RDBMS refers to data arranged in rows and columns, which defines a database entity.
  • (Wikipedia, 2009) ⇒ http://en.wikipedia.org/wiki/Attribute-value_system
    • An attribute-value system is a basic knowledge representation framework comprising a table with columns designating "attributes" (also known as "properties", "predicates," "features," "dimensions," "characteristics" or "independent variables" depending on the context) and rows designating "objects" (also known as "entities," "instances," "exemplars," "elements" or "dependent variables"). Each table cell therefore designates the value (also known as "state") of a particular attribute of a particular object.

1977