• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/44

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

44 Cards in this Set

  • Front
  • Back
Database management system (DBMS)
A group of programs that manipulates the database and provides an interface between the database and the user of the database and other application programs
Database administrator (DBA)
A skilled IS professional who directs all activities related to an organization's database
character (4)
A basic building block of information, consisting of:
uppercase letters
lowercase letters
numerical digits
special symbols
field
Typically a name, number or combination of characters that describes an aspect of a business object or activity
Record
a collection of related data fields
File
A collection of related records
Hierarchy of data (6)
Bits
characters
fields
records
files
databases
entity
a generalized class of people, places, or things for which data is collected, stored, and maintained
attribute
a characteristic of an entity
data item
the specific value of an attribute
key
a field or set of fields in a record that is used to identify the record
primary key
a field or set of fields that uniquely identifies the record
traditional approach to data management
an approach whereby separate data files are created and stored for each application program
database approach to data management
an approach whereby a pool of related data is shared by multiple application programs
planned data redundancy (3)
A way of organizing data in which :
:
-the logical database design is altered so that certain data entities are combined,
- summary totals are carried in the data records rather than calculated from elemental data,
- some data attributes are repeated in more than one data entity to improve database performances
data model
a diagram of data entities and their relationships
enterprise data modeling
data modeling done at the level of the entire enterprise
entity-relationship (ER) diagrams
data models that use basic graphical symbols to show the organization of and relationships between data
relational model
a database model that describes data in which all data elements are placed in two-dimensional tables, called RELATIONS, which are the logical equivalent of files
domain
the allowable values for data attributes
selecting
manipulating data to eliminate rows according to certain criteria
projecting
manipulating data to eliminate columns in a table
joining
manipulating data to combine two or more tables
linking
manipulating two or more tables that share at least one common data attribute to provide useful information and reports
data cleanup
the process of looking for an fixing inconsistencies to ensure that data is accurate and complete
schema
a description of the entire database
data definition language (DDL)
a collection of instructions and commands used to define and describe data and relationships in a specific database
data dictionary
a detailed description of all the data used in the database
currency control
a method of dealing with a situation in which two or more people need to access the same record in a database at the same time
data manipulation language (DML)
the commands that are used to manipulate the data in a database
data administrator
a nontechnical position responsible for defining and implementing consistent principles for a variety of data issues
data warehouse
a database that collects business information from many sources in the enterprise, covering all aspects of the company's processes, products, and customers.
data mart
a subset of a data warehouse
data mining
an information-analysis tool that involves the automated discovery of patterns and relationships in a data warehouse
predictive analysis
a form of data mining that combines historical data with assumptions about future conditions to predict outcomes of events such as future product sales or the probability that a customer will default on a loan
business intelligence
the process of gathering enough of the right information in a timely manner and usable form and analyzing it to have a positive impact on business strategy, tactics, or operations
Competitive intelligence
one aspect of business intelligence limited to information about competitors and the ways that knowledge affects strategy, tactics, and operations
Counterintelligence
the steps an organization takes to protect information sought by "hostile" intelligence gatherers
distributed database
a database in which the data can be spread across several smaller databases connected via telecommunications devices
replicated database
a database that holds a duplicate set of frequently used data
online analytical processing (OLAP)
software that allows users to explore data from a number of perspectives
object-oriented database
a database that stores both data and its processing instructions
object-oriented database management system (OODBMS)
a group of programs that manipulate an object-orientated database and provide a user interface and connections to other application programs
object-relational database management system (ORDBMS)
a DBMS capable of manipulating audio, video, and graphical data