Chapter 4 part 1 Flashcards
Database
Set of interrelated, centrally coordinated files
Database management system (DBMS)
the interface between the database and the various application programs
Database system
the database, the DBMS, and the application programs that access the database through the DBMS
Data warehouse
contains both detailed and summarized data for a number of years and is used for analysis rather than transaction processing
Business intelligence
using a data warehouse for strategic decision making
Online analytical processing (OLAP)
Using queries to guide the investigation of hypothesized relationship in data
Data mining
using sophisticated statistical analysis, including artificial intelligence techniques such as neural networks, to “discover” unhypothesized relationships in the data
Benefits of database
data integration data sharing minimal data redundancy and data inconsistencies data independence cross-functional analysis
Logical view
how people conceptually organize and understand the data
Physical view
refers to how and where data are physically arranged and stored in the computer system
Schema
describes the logical structure of a database
Conceptual-level schema
lists all data elements and the relationships among them
External-level schema
consists of individual user views of portions of the database, each of which is referred as a subschema
internal-level schema
a low-level view of the database, describes how the data are stored and accessed, including record layouts, definitions, addresses, and indexes