Database Management System Chapter 1 – Flashcards

Unlock all answers in this set

Unlock answers
question
data
answer
raw facts, or facts that have not yet been processed to reveal their meaning to the end user
question
information
answer
the result of processing raw data to reveal its meaning
question
knowledge
answer
the body of information and facts about a specific subject
question
data management
answer
a process that focuses on data collection, storage, and retrieval. common functions include addition, deletion, modification, and listing
question
database
answer
a shared, integrated computer structure that houses a collection of related data. contains two types of data: end-user data (raw facts) and metadata
question
database management system (DBMS)
answer
the collection of programs that manages the database structure and controls access to the data stored in the database
question
data inconsistency
answer
a condition in which different versions of the same data yield different (inconsistent) results
question
query
answer
a question or task asked by an end user of a database in the form of SQL code. a specific request for data manipulation issued by the end user or the application to the DBMS
question
ad hoc query
answer
a "spur-of-the-moment" question
question
query result set
answer
the collection of data rows returned by a query
question
data quality
answer
a comprehensive approach to ensuring the accuracy, validity, and timeliness of data
question
single-user database
answer
a database that supports only one user at a time
question
desktop database
answer
a single-user database that runs on a personal computer
question
multiuser database
answer
a database that supports multiple concurrent users
question
workgroup database
answer
a multiuser database that usually suports fewer than 50 users or is used for a specific department in an organization
question
enterprise database
answer
the overall company data representation, which provides support for present and expected future needs
question
centralized database
answer
a database located at a single site
question
distributed database
answer
a logically related database that is stored in two or more physically independent sites
question
cloud database
answer
a database that is created and maintained using cloud services, such as Microsoft Azure or Amazon AWS
question
general-purpose database
answer
a database that contains a wide variety of data used in multiple disciplines
question
discipline-specific database
answer
a database that contains data focused on specific subject areas
question
operational database
answer
a database designed primarily to support a company's day-to-day operations
question
analytical database
answer
a database focused primarily on storing historical data and business metrics used for tactical or strategic decision making
question
data warehouse
answer
a specialized database that stores historical and aggregated data in a format optimized for decision support
question
online analytical processing (OLAP)
answer
a set of tools that provide advanced data analysis for retrieving, processing, and modeling data from the data warehouse
question
business intelligence
answer
a set of tools and processes used to capture, collect, integrate, store, and analyze data to support business decision making
question
unstructured data
answer
data that exists in its original, raw state; that is, in the format in which it was collected
question
structured data
answer
data that has been formatted to facilitate storage, use, and information generation
question
semistructured data
answer
data that has already been processed to some extent
question
Extensible Markup Language (XML)
answer
a metalanguage used to represent and manipulate data elements. permits the manipulation of a document's data elements
question
XML database
answer
a database system that stores and manages semistructured XML data
question
social media
answer
web and mobile technologies that enable "anywhere, anytime, always on" human interactions
question
NoSQL
answer
a new generation of database management systems that is not based on the traditional relational database model
question
database design
answer
the process that yields the description of the database structure and determines the database components. the second phase of the Database Life Cycle
question
data processing (DP) specialist
answer
the person responsible for developing and managing a computerized file processing system
question
field
answer
a character or group of characters (alphabetic or numeric) that has a specific meaning. used to define and store data
question
record
answer
a logically connected set of one or more fields that describes a person, place, or thing
question
file
answer
a collection of related records
question
structural dependence
answer
a data characteristic in which a change in the database schema affects data access, thus requiring changes in all access programs
question
structural independence
answer
a data characteristic in which changes in the database schema do not affect data access
question
data dependence
answer
a data condition in which data representation and manipulation are dependent on the physical data storage characteristics
question
data independence
answer
a condition in which data access is unaffected by changes in the physical data storage characteristics
question
logical data format
answer
the way a person views data within the context of a problem domain
question
physical data format
answer
the way a computer "sees" (stores) data
question
islands of information
answer
in the old file system environment, pools of independent, often duplicated, and inconsistent data created and managed by different departments
question
data redundancy
answer
exists when the same data is stored unnecessarily at different places
question
data integrity
answer
in a relational database, a condition in which the data in the database complies with all entity and referential integrity constraints
question
data anomaly
answer
a data abnormality in which inconsistent changes have been made to a database
question
database system
answer
an organization of components that defines and regulates the collection, storage, management, and use of data in a database environment
question
data dictionary
answer
a DBMS component that stores metadata - data about data. contains data definitions as well as data characteristics and relationships. may also include data that is external to the DBMS
question
performance tuning
answer
activities that make a database perform more efficiently in terms of storage and access speed
question
query language
answer
a nonprocedural language that is used by a DBMS to manipulate its data
question
Structured Query Language (SQL)
answer
a powerful and flexible relational database language composed of commands that enable users to create database and table structures, perform various types of data manipulation and data administration, and query the database to extract useful information
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New