Unit 4 - Module 7 Flashcards
flat-file
File structure that does not support the integration of data.
Flat-File Data Management
data attribute
The most elemental piece of potentially useful data in the database.
data redundancy
State of data elements being represented in all user files.
The Database Concept
hierarchical model
Database model that represents data in a hierarchical structure and permits only a single parent record for each child record.
users
Individuals who employ systems, receive information, and act on the information received.
relational model
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.
navigational models
Model that possesses explicit links or paths among data elements.
internal view
Physical arrangement of records in the database.
Elements of the Database Concept
Data definition language (DDL)
Programming language used to define the database to the database management system.
Overview of DBMS Operation
schema
Description of the entire database.
user view
Set of data that a particular user needs to achieve his or her assigned tasks.
Data manipulation language (DML)
Language used to insert special database commands into application programs written in conventional languages.
indexed sequential file
Sequential file structure accessed via an index.
database administrator (DBA)
Individual responsible for managing the database resource.
Functions of the Database Administrator