Sei sulla pagina 1di 4

DATA MANAGEMENT - For data to be questions: • Content.

What data should be


transformed into useful information, it must first collected and at what cost?
be organized in a meaningful way. • Access. What data should be provided to
which users and when?
CHARACTER - A basic building block of
• Logical structure. How should data be
information, consisting of uppercase letters,
arranged so that it makes sense to a given user?
lowercase letters, numeric digits, or special
• Physical organization. Where should data be
symbols.
physically located?
FIELD - Typically a name, number, or
The logical design of a database is an abstract
combination of characters that describes an
model of how the data should be structured and
aspect of a business object or activity
arranged to meet an organization’s information
RECORD - A collection of related data fields. needs. Involves identifying relationships among
the data items and grouping them in an orderly
FILE - A collection of related records. fashion.
HIERARCHY OF DATA- Bits, characters, fields, Physical design starts from the logical database
records, files, and databases. design and fine-tunes it for performance and
ENTITY - A generalized class of people, places, or cost considerations (such as improved response
things for which data is collected, stored, and time, reduced storage space, and lower
maintained. operating cost).

ATTRIBUTE - A characteristic of an entity. PLANNED DATA REDUNDANCY - A way of


organizing data in which the logical database
DATA ITEM - The specific value of an attribute. design is altered so that certain data entities are
KEY - A field or set of fields in a record that is combined, summary totals are carried in the
used to identify the record. data records rather than calculated from
elemental data, and some data attributes are
PRIMARY KEY - A field or set of fields that repeated in more than one data entity to
uniquely identifies the record. improve database performance.
TRADITIONAL APPROACH TO DATA DATA MODEL - A diagram of data entities and
MANAGEMENT - An approach whereby separate their relationships.
data files are created and stored for each
application program. ENTERPRISE DATA MODELING - Data modeling
done at the level of the entire enterprise.
DATABASE APPROACH TO DATA
MANAGEMENT - An approach whereby a pool of ENTITY-RELATIONSHIP (ER) DIAGRAMS - Data
related data is shared by multiple application models that use basic graphical symbols to show
programs. the organization of and relationships between
data. Development of ER diagrams helps ensure
* A database should be designed to store all data that the logical structure of application programs
relevant to the business and provide quick is consistent with the data relationships in the
access and easy modification. Moreover, it must database.
reflect the business processes of the
organization. When building a database, an RELATIONAL MODEL - A database model that
organization must carefully consider these describes data in which all data elements are
placed in two-dimensional tables, called A FLAT FILE is a simple database program whose
relations, which are the logical equivalent of records have no relationship to one another. Flat
files. file databases are often used to store and
manipulate a single table or file, and do not use
DOMAIN - The allowable values for data
any of the database models discussed
attributes.
previously, such as the relational model.
SELECTING - Manipulating data to eliminate
SINGLE USER - A database installed on a personal
rows according to certain criteria.
computer is typically meant for a single user.
A RELATIONAL DATABASE MODEL - In the
MULTIPLE USERS - Small, midsize, and large
relational model, all data elements are placed in
businesses need multiuser DBMSs to share
two-dimensional tables, or relations. As long as
information throughout the organization over a
they share at least one common element, these
network. These more powerful, expensive
relations can be linked to output useful
systems allow dozens or hundreds of people to
information.
access the same database system at the same
PROJECTING - Manipulating data to eliminate time.
columns in a table.

JOINING - Manipulating data to combine two or *All DBMSs share some common functions, such
more tables. as providing a user view, physically storing and
retrieving data in a database, allowing for
LINKING - Data manipulation that combines two database modification, manipulating data, and
or more tables using common data attributes to generating reports. These DBMSs can handle the
form a new table with only the unique data most complex data-processing tasks, and
attributes. because they are accessed over a network, one
*One of the primary advantages of a relational database can serve many locations around the
database is that it allows tables to be linked. world.

*The relational database model is by far the SCHEMA - A description of the entire database.
most widely used. It is easier to control, more DATA DEFINITION LANGUAGE (DDL) - A
flexible, and more intuitive than other collection of instructions and commands used to
approaches because it organizes data in tables. define and describe data and relationships in a
BUILDING AND MODIFYING A RELATIONAL specific database.
DATABASE - Relational databases provide many DATA DICTIONARY - A detailed description of all
tools, tips, and shortcuts to simplify the process the data used in the database.
of creating and modifying a database.
*One function of a DBMS is to be an interface
DATA CLEANUP - The process of looking for and between an application program and the
fixing inconsistencies to ensure that data is database. When an application program needs
accurate and complete. data, it requests the data through the DBMS.
DATABASE MANAGEMENT SYSTEMS - DBMS is a CONCURRENCY CONTROL - A method of dealing
group of programs used as an interface between with a situation in which two or more people
a database and application programs or a need to access the same record in a database at
database and the user. the same time.
Some databases use QUERY-BY-EXAMPLE A FRONT-END APPLICATION is one that directly
(QBE), which is a visual approach to developing interacts with people or users.
database queries or requests.
A BACK-END APPLICATION interacts with other
STRUCTURED QUERY LANGUAGE - Standardized programs or applications; it only indirectly
data manipulation language. interacts with people or users.

DATA MANIPULATION LANGUAGE (DML) - The Developing a seamless integration of traditional


commands that are used to manipulate the data databases with the Internet is often called a
in a database. SEMANTIC WEB. A semantic Web allows people
to access and manipulate a number of traditional
DATABASE OUTPUT - A database application
databases at the same time through the
offers sophisticated formatting and organization
Internet.
options to produce the right information in the
right format. DATA WAREHOUSE - A database that collects
business information from many sources in the
DATABASE ADMINISTRATOR - The role of the
enterprise, covering all aspects of the company’s
database administrator (DBA) is to plan, design,
processes, products, and customers.
create, operate, secure, monitor, and maintain
databases. Data warehouses allow managers to DRILL
DOWN to get more detail or ROLL UP to take
DATA ADMINISTRATOR - A nontechnical
detailed data and generate aggregate or
position responsible for defining and
summary reports.
implementing consistent principles for a variety
of data issues. A data warehouse is designed specifically to
support management decision making, not to
A new form of database system is emerging that
meet the needs of transaction processing
some refer to as DATABASE AS A SERVICE
systems.
(DAAS) and others as Database 2.0. In DaaS, the
database is stored on a service provider’s servers DATA MART - A subset of a data warehouse.
and accessed by the client over a network, Data marts are most useful for smaller groups
typically the Internet. who want to access detailed data.

SELECTING A DATABASE MANAGEMENT DATA MINING - An information-analysis tool


SYSTEM Important characteristics of databases that involves the automated discovery of
include the following: DATABASE SIZE. The patterns and relationships in a data warehouse.
number of records or files in the database • Data-mining tools help users find answers to
DATABASE COST the purchase or lease costs of questions they haven’t thought to ask.
the database. CONCURRENT USERS The number
PREDICTIVE ANALYSIS - A form of data mining
of people who need to use the database at the
that combines historical data with assumptions
same time (the number of concurrent users).
about future conditions to predict outcomes of
PERFORMANCE How fast the database is able to
events, such as future product sales or the
update records. INTEGRATION The ability to be
probability that a customer will default on a loan.
integrated with other applications and
databases. VENDOR The reputation and financial BUSINESS INTELLIGENCE - The process of
stability of the database vendor. 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.

Potrebbero piacerti anche