Ch. 3 Databases & Datawarehouses Flashcards
the science of fact-based decision making.
analytics
the gathering of input information, processing that information, and updating existing information to reflect the gathered and processed information
(OLTP) online transaction processing
databases that support OLTP
operational databases
the manipulation of information to support decision making
(OLAP) online analytical processing
a collection of information that you organize and access according to the logical structure of that information
database
uses a series of logically related two-dimensional tables or files to store information in the form of a database
relational database
describes the two-dimensional table or file in the relational model
relation
contains the logical structure for the information in a database
data dictionary
a field (or group of fields in some cases) that uniquely describe each record
primary key
a primary key of one file that appears in another file
foreign key
rules that help ensure the quality of the information
integrity constraints
helps you specify the logical organization for a database and access and use the information within a database
(DBMS) Database Management System
accepts logical requests from the various other dbms subsystems, converts them into their physical equivalent and actually accesses he database and data dictionary as they exist on a storage device
DBMS engine
helps you create and maintain the data dictionary and define the structure of the files in a database
data definition subsystem
helps you add, change, and delete information in the database and query it for valuable information
data manipulation subsystems