Chapter 4 Flashcards
a set of interrelated, centrally coordinated data files that are stored with as little data redundancy as possible
database
the program that manages and controls the data and the interfaces between the data and the application programs that use the data stored in the database
database system
analyzing large amounts of data for strategic decision making
business intelligence
using queries to investigate hypothesized relationships among data
online analytical processing (OLAP)
using sophisticated statistical analysis to “discover” unhypothesized relationships in the data.
data mining
document that shows the items stored in a file, including the order and length of the data fields and the type of data stored.
record layout
How people conceptually organize, view, and understand the relationships among data items
logical view
the way data are physically arranged and stored in the computer system
physical view
a description of the data elements in a database, the relationships among them, and the logical model used to organize and describe the data
schema
the organization wide view of the entire database that lists all data elements and the relationships between them
conceptual level schema
an individual user’s view of portions of a database also called a subschema.
external level schema
a subset of the schema; the way the user defies the data and the data relationships
subschema
a low level view of the entire database describing how the data are actually stored and accessed.
internal level schema
information about the structure of the database, including a description of each data element
data dictionary
DBMS language that builds the data dictionary, creates the database, describes logical views, and specifies record of field security constraints
data definition language (DDL)