Definitions for "Base Table" Add To Word List
Login or Register  | Word Lists | Search History

A table created with the CREATE TABLE statement. Such a table has both its description and data physically stored in the database. Contrast with view.
Helpful?           0
Tables in the Data Warehouse that exactly match the structure and content of the operational data and which are generally available only to Data Managers (not DSS customers).  Data is extracted from these base tables and modeled for easy reporting/analysis into datagroups.
Helpful?           0
In relational databases, tables are defined as temporary or base. Base tables are the tables that are created by the CREATE TABLE command and are used for persistent storage.
Helpful?           0
a logical entity with persistence
Helpful?           0
a property of the pre-computed table
Helpful?           0
a table that usually has a permanent memory representation and description
Helpful?           0
(SQL) A table that is referenced by a view definition. views.php
Helpful?           0
A permanent table for data. Tables are sometimes called base tables to distinguish them from temporary tables and views. See also: temporary table, view.
Helpful?           0
A table that is physically stored in the database. Compare with view.
Helpful?           0