RelationalDBDesign
RedhatLinuxSys Seomining
prev prev
Course navigation
The database life cycle
Uses of the term Database table
The term table takes on a dual meaning when we talk about database design.
On the one hand, the elements comprising an ER diagram are referred to as base tables.
These are represented as
  1. entities and
  2. attributes, which represent the business objects
to be included in the database, and are the sort of tables during the process of relational database design.
They come into play during the Logical Design phase of the (DBLC) database lifye cycle.
We also use the term table to refer to the relational constructs comprising the implementation of the database.
These tables will be described in greater detail later in this module.
Course navigation