Unlock access to all the studying documents.
View Full Document
Database administrators and database design analysts work with end users and systems
analysts to do all of the following except:
_______________ are used to model the relationships among the many entities involved in
business processes.
The physical design stage of database development:
The _______________ stage of database development translates the conceptual models into
the data model of a DBMS.
A _______________ is an overall logical view of the relationships among the data elements in
a database.
A _______________ is an overall logical view of the relationships needed to support specific
end-user application programs that will access the database.
According to the textbook case, the innovation of the open-source product Hadoop is
_______________.
According to the textbook case, file processing in Hadoop is not halted by hardware failures
because _______________.
Operational databases store the detailed data needed to support the business processes and
operations of a company. They are also called _______________.
The primary challenge of a distributed database is:
Which of the following statements concerning the replication and duplication process for
updating distributed databases is correct?
What type of databases are employees using when they access online data banks, whether
those data banks are free or paid for through subscriptions?
A central source of data that have been cleaned, transformed, and cataloged so that they can
be used for business analysis, market research, and decision support is called a
_______________.
A data warehouse contains data that have been processed in all the following ways except:
Which of the following is true of data marts?
Which of the following is true of data in a data warehouse?
Which of the following is a legitimate use for data mining?
All of the following contribute to problems when using a file management approach except:
Database management involves the use of database management software to control how
databases are _______________.
In mainframe and server computer systems, the database management system controls the
_______________ of the databases of computer-using organizations.
All of the following are major functions of a database management system except:
Database development involves defining and organizing the _______________ of the data
needed to build a database.
A DBMS query language is designed to:
The database maintenance process is accomplished via:
The basic form of a SQL query is:
Boolean logic deals with three logical operators:
Many end users have trouble correctly phrasing database language search queries, so most
end-user DBMS packages now offer _______________ methods.
All of the fields used to describe the attributes of an entity are grouped to form a
_______________.
_______________ contain both a variable number of fields and variable field lengths.
_______________ contain both a fixed number of fields and fixed field lengths.
A group of related records is a data file, or a _______________.
A _______________ is an integrated collection of logically related data elements.
Databases contain data elements that describe both entities and the _______________
among entities.
In the relational database model, all data elements within the database are viewed as being
stored in the form of simple, two-dimensional tables, sometimes referred to as
_______________.
The tables in a relational database are flat files, which have rows and columns. Each row
presents a single _______________ in the file.
The tables in a relational database are flat files, which have rows and columns. Each column
represents a _______________.
The _______________ operation is used to create a subset of the columns contained in the
temporary tables created by the select and join operations.
An _______________ consists of data values describing the attributes of an entity, plus the
operations that can be performed upon the data.
A weakness in the hierarchical model is that it cannot handle _______________ data
relationships.
A weakness in the network model is that it cannot handle _______________ for information.
A database of data definitions and specifications is called a metadata repository, or a
_______________.
Database administrators and designers work with corporate and end user management to
develop an _______________ model that defines the basic business process of the
enterprise.
_______________ relationship diagrams are used to model the relationships among the many
entities involved in business processes.
A _______________ is an overall logical view of the relationships among the data elements in
a database.
_______________ database design takes a physical view of the data that describes how data
are to be physically stored and accessed on the storage devices of a computer system.
Data models represent _______________ views of the data and relationships of the
database.
Marakas – Chapter 05 #106
Entity Relationship Diagrams are _______________ of the various files and their relationships
within a database system.
A website stores hyperlinked pages of multimedia (text, graphics, photographs, video, and
audio) in a _______________ database.
The duplication process basically identifies one database as a _______________ and then
duplicates that database at a prescribed time so that each distributed location has the same
data.
Data warehouses may be subdivided into _______________, which hold subsets of data from
the warehouse that focus on specific aspects of a company, such as a department or a
business process.
_______________, data that define the data in the data warehouse, are stored in a metadata
repository and cataloged by a metadata directory.
In _______________, the data in a data warehouse are analyzed to reveal hidden patterns
and trends in historical business activity.
To solve the problems encountered with the file processing approach, the _______________
management approach was conceived. It is the foundation of modern methods of managing
organizational data.
Database _______________ involves using transaction processing systems and other tools to
add, delete, update, and correct the data in a database.
SQL is an acronym for _______________. It is an international standard query language
found in many DBMS packages.
The basic form of a SQL query is SELECT…FROM… _______________.
Boolean logic consists of three logical operators: AND, OR, and _______________.
5 Summary
Learning Objective: 05–
01 Explain the business value of implementing data resource management processes and technologies in an organization.
Learning Objective: 05–
02 Outline the advantages of a database management approach to managing the data resources of a business; compared wit
h a file processing approach.
Learning Objective: 05–
03 Explain how database management software helps business professionals and supports the operations and management
of a business.
Learning Objective: 05–
04 Provide examples to illustrate each of the following concepts: a. Major types of databases.; b. Data warehouses and data m
ining.; c. Logical data elements.; d. Fundamental database structures.; e. Database development.