Lesson 2 Flashcards
(64 cards)
organizational environment in which users own their data exclusively
Flat-file approach
most elemental piece of potentially useful data in the database.
Data attribute
state of data elements being represented in all user files.
Data redundancy
efficient information system that captures and stores data only once and makes this single source available to all users who need it.
-To meet the private data needs of users, organizations must incur the costs of both multiple collection and multiple storage procedures.
Data storage
the periodic updating of data stored in the files of an organization.
This adds significantly to the cost of data management
Data updating
the problem associated with the flat-file model because of its failure to update all the user files affected by a change in status; may result in decisions based on outdated information.
Currency of information
the user’s inability to obtain additional information as his or her needs change.
user’s information set is constrained by the data that he or she possesses and controls.
Task-data dependency
The most obvious change from the flat-file model is the pooling of data into a common database that is shared by all the users.
THE DATABASE APPROACH
software system that controls access to the data resource.
programmed to know which data elements each user is authorized to access
database management system (DBMS)
database model that represents data in a hierarchical structure and permits only a single parent record for each child record.
hierarchical model
individuals who employ systems, receive information, and act on the information received.
Users
a data model that is more flexible than traditional navigational models. It allows users to create new and unique paths through the database to solve a wide range of business problems.
relational model
models that possess explicit links or paths among data elements.
Navigational models
physical arrangement of records in the database.
internal view
Elements of the Database Environment
Users
The DBMS
The database administrator
The physical database
programming language used to define the database to the database management system.
Data definition language (DDL)
description of the entire database.
CONCEPTUAL VIEW (SCHEMA)
set of data that a particular user needs to achieve his or her assigned tasks.
USER VIEW (SUBSCHEMA
a technique used to locate records and navigate through the database.
DBMS OPERATION: Access method
language used to insert special database commands into application programs written in conventional languages.
Data manipulation language (DML)
sequential file structure accessed via an index.
indexed sequential file
The indexed sequential file is a sequential file structure accessed via an index.
Query Language
the individual responsible for managing the database resource.
database administrator (DBA)
description of every data element in the database.
data dictionary