Deck 7: Databases and Data Warehouses

Full screen (f)
exit full mode
Question
A schema describes the structure of the database being designed: the names and types of fields in each record type and the general relationships among different sets of records or files.
Use Space or
up arrow
down arrow
to flip the card.
Question
Inaccuracies affect data integrity.
Question
One of the most useful manipulations of object-oriented databases (ODBs) is the creation of a new table from two or more other tables.
Question
From a technical point of view,online databases that are used with Web browsers are different from other databases.
Question
Database fields are limited to holding text and numbers.
Question
Database management systems structure files,store data,and link records.
Question
A join table combines data from two or more tables.
Question
Object-oriented databases (ODBs) do not store records,but data objects,which is an advantage for quick updates of data sets and the relationships among them.
Question
A challenge with traditional file storage is _________.

A)low data redundancy
B)high data accuracy
C)high data integrity
D)low data misrepresentation
Question
A data warehouse is a large,typically relational,database that supports management decision making.
Question
There are two overall approaches to maintaining data: the traditional file approach-which has no mechanism for tagging,retrieving,and manipulating data-and the_________ ,which does have this mechanism.

A)database approach
B)object-oriented approach
C)asymmetric approach
D)indexed file approach
Question
The three phases involved in building a data warehouse from transactional data are extraction,transforming,and loading.
Question
Usually,a table in a relational database must have a primary key,and most relational DBMSs enforce this rule.
Question
In the context of data management, _________refers to all the occurrences sharing the same types of data.

A)metadata
B)entity
C)encapsulation
D)schema
Question
To retrieve records from a relational database,or to sort them,you must use a key.
Question
Multiple characters make up a record.
Question
The messages sent to access data in a database are called protocols.
Question
Data warehouses replace transactional databases.
Question
The larger the data warehouse,the larger the storage capacity,the greater the memory,and the greater the processing power of the computers that are needed.
Question
Much of the extraction,transforming,and loading (ETL) activity involved in data transfer can be automated.
Question
A collection of related records,such as all the records of a college's students,is called a(n) _________.

A)field
B)character
C)item
D)file
Question
If _________need to be used as one large data warehouse,special software tools can unify them and make them appear as one large data warehouse.

A)data marts
B)traditional databases
C)database models
D)data dictionaries
Question
In relational database,a record or row is called a_________ .

A)tuple
B)attribute
C)table
D)relation
Question
_________helps the users know what they can find and analyze in the data warehouse.

A)A foreign key
B)Encapsulation
C)A composite key
D)Metadata
Question
A(n)_________is the field by which records in a table are uniquely identified.

A)database model
B)query
C)primary key
D)object
Question
Transactional data is copied into a _________,which is a separate data repository.

A)data dictionary
B)data warehouse
C)database schema
D)traditional database
Question
_________should first be done to decide which data should be collected and how it should be organized.

A)Report modeling
B)Data structuring
C)Object structuring
D)Data modeling
Question
A repeated field that links records between two tables,is a primary key in one table,and a(n) _________in the other field.

A)primary key
B)composite key
C)imitable key
D)foreign key
Question
Online databases that are used with web browsers_________ .

A)are no different from other databases
B)do not require an interface
C)do not use queries
D)can directly understand user input
Question
The conceptual blueprint of a database is called a(n)_________ .

A)structured query language (SQL)
B)uniform resource diagram (URD)
C)entity relationship diagram (ERD)
D)unified modeling language (UML)
Question
The combined storage of both data and the procedures that manipulate the data within an object is referred to as
_____.

A)compression
B)packaging
C)encapsulation
D)zipping
Question
A(n)_________ includes a description of a database's structure,the names and sizes of the fields,and details such as which field is a primary key.

A)entity
B)schema
C)query
D)metadata
Question
When building a new database,users must first build a_________ .

A)schema
B)relationship
C)model
D)structure
Question
Many organizations have found that if they accumulate_________ ,they can use it for important management decisions,such as researching market trends or tracking down fraud.

A)transaction indexes
B)field indexes
C)field tables
D)transaction data
Question
_________are entered to manipulate data,including adding,deleting,and updating data.

A)Foreign keys
B)Primary keys
C)Queries
D)Reports
Question
To link records from one table with records of another table,the tables must have at least one field in common,and that field must be a _________field for one of the tables.

A)imitable key
B)main key
C)foreign key
D)primary key
Question
A(n)_________ is created "on the fly" as a result of a query and exists only for the duration the user wishes to view it or to create a paper report from it.

A)join table
B)two-way table
C)object table
D)entity table
Question
The smallest piece of data is called a_________ .

A)field
B)record
C)query
D)character
Question
A _________is the general logical structure in which records are stored within a database and the method used to establish relationships among the records.

A)database query
B)database model
C)database system
D)database catalog
Question
A(n) _________is unique if the value (content) in that field appears only in one record.

A)entity
B)key
C)object
D)item
Question
_________involves high volumes of data compiled from traditional,ordinary business activities,as well as newer,nontraditional sources.

A)Metadata
B)Schema
C)Data dictionary
D)Big Data
Question
In the_________ phase,specialists ensure that all data is consistent.

A)loading
B)extraction
C)transformation
D)divisional
Question
For some business needs you must use a(n)_________ ,a combination of two or more fields that together serve as a primary key,because it is impractical to use a single field as a primary key.
Question
The description of each table structure and types of fields become part of a(n)_________ ,which is a repository of information about the data and their organization.
Question
The inclusion of foreign keys to create join tables might cause considerable _________,a complexity that has not diminished the popularity of relational databases.
Question
In the_________ phase of data warehousing,specialists compare the data in the data warehouses with the original data to confirm completeness.

A)extraction
B)loading
C)divisional
D)transformation
Question
The lack of a_________ in Big Data can make data collected from nontraditional sources a challenge to analyze.

A)granular level of storage
B)data warehouse
C)nontraditional data
D)traditional data structure
Question
The _________model uses the object-oriented approach to maintaining records.
Question
In the database approach,a(n)_________ is any object about which an organization chooses to collect data.
Question
_________has become the query language of choice for many developers of relational DBMSs.
Question
A(n) _________creates a temporary table that is a subset of the original table or tables.
Question
A unique key can serve as a(n) _________.
Question
The ability in object-oriented structures to create a new object automatically by replicating all or some of the characteristics of a previously developed object is called _________.
Question
The relational database model consists of_________ which are used to contain records.
Question
The ability to limit users' views to only specific columns or records gives a(n) _________an advantage: the ability to implement security measures.
Question
In the _________phase of transferring data from a transactional database to a data warehouse,the builders create the files from transactional databases and save them on the server that will hold the data warehouse.

A)loading
B)transformation
C)extraction
D)injection
Question
While a database itself is a collection of several related files,the program used to build databases,populate them with data,and manipulate the data is called a(n) _________.
Question
If your last and first name,as well as address and other details appear in the files of the department where you work as well as in the payroll file of the Human Resource department,there is duplication of data,or _________.
Question
A(n)_________ is one piece of information about an entity,such as the last name or first name of a student,or the student's street address.
Question
In the _____ phase of transferring data from a transactional database to a data warehouse,specialists "cleanse" the data and modify it into a form that allows insertion into the data warehouse.

A)extraction
B)transformation
C)injection
D)loading
Question
Describe the uses of a composite key with an example.
Question
What does metadata include?
Question
Organizations often organize their data warehouse as a collection of_________ ,smaller collections of data that focus on a particular subject or department.
Question
-------- means data about data.
Question
Analyzing an organization's data and identifying the relationships among the data is called_________ .
Question
What are the advantages to integrating SQL in a DBMS?
Question
_________is a magnification or expansion of the amount,types,and level of detail of data that is collected and stored.
Question
In the _________phase of transferring data from a transactional database to a data warehouse,the specialists transfer transformed files to the data warehouse.
Question
Discuss the security issues concerning databases.
Question
Explain the impact of databases on businesses.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/70
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 7: Databases and Data Warehouses
1
A schema describes the structure of the database being designed: the names and types of fields in each record type and the general relationships among different sets of records or files.
True
2
Inaccuracies affect data integrity.
True
3
One of the most useful manipulations of object-oriented databases (ODBs) is the creation of a new table from two or more other tables.
False
4
From a technical point of view,online databases that are used with Web browsers are different from other databases.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
5
Database fields are limited to holding text and numbers.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
6
Database management systems structure files,store data,and link records.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
7
A join table combines data from two or more tables.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
8
Object-oriented databases (ODBs) do not store records,but data objects,which is an advantage for quick updates of data sets and the relationships among them.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
9
A challenge with traditional file storage is _________.

A)low data redundancy
B)high data accuracy
C)high data integrity
D)low data misrepresentation
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
10
A data warehouse is a large,typically relational,database that supports management decision making.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
11
There are two overall approaches to maintaining data: the traditional file approach-which has no mechanism for tagging,retrieving,and manipulating data-and the_________ ,which does have this mechanism.

A)database approach
B)object-oriented approach
C)asymmetric approach
D)indexed file approach
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
12
The three phases involved in building a data warehouse from transactional data are extraction,transforming,and loading.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
13
Usually,a table in a relational database must have a primary key,and most relational DBMSs enforce this rule.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
14
In the context of data management, _________refers to all the occurrences sharing the same types of data.

A)metadata
B)entity
C)encapsulation
D)schema
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
15
To retrieve records from a relational database,or to sort them,you must use a key.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
16
Multiple characters make up a record.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
17
The messages sent to access data in a database are called protocols.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
18
Data warehouses replace transactional databases.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
19
The larger the data warehouse,the larger the storage capacity,the greater the memory,and the greater the processing power of the computers that are needed.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
20
Much of the extraction,transforming,and loading (ETL) activity involved in data transfer can be automated.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
21
A collection of related records,such as all the records of a college's students,is called a(n) _________.

A)field
B)character
C)item
D)file
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
22
If _________need to be used as one large data warehouse,special software tools can unify them and make them appear as one large data warehouse.

A)data marts
B)traditional databases
C)database models
D)data dictionaries
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
23
In relational database,a record or row is called a_________ .

A)tuple
B)attribute
C)table
D)relation
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
24
_________helps the users know what they can find and analyze in the data warehouse.

A)A foreign key
B)Encapsulation
C)A composite key
D)Metadata
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
25
A(n)_________is the field by which records in a table are uniquely identified.

A)database model
B)query
C)primary key
D)object
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
26
Transactional data is copied into a _________,which is a separate data repository.

A)data dictionary
B)data warehouse
C)database schema
D)traditional database
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
27
_________should first be done to decide which data should be collected and how it should be organized.

A)Report modeling
B)Data structuring
C)Object structuring
D)Data modeling
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
28
A repeated field that links records between two tables,is a primary key in one table,and a(n) _________in the other field.

A)primary key
B)composite key
C)imitable key
D)foreign key
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
29
Online databases that are used with web browsers_________ .

A)are no different from other databases
B)do not require an interface
C)do not use queries
D)can directly understand user input
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
30
The conceptual blueprint of a database is called a(n)_________ .

A)structured query language (SQL)
B)uniform resource diagram (URD)
C)entity relationship diagram (ERD)
D)unified modeling language (UML)
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
31
The combined storage of both data and the procedures that manipulate the data within an object is referred to as
_____.

A)compression
B)packaging
C)encapsulation
D)zipping
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
32
A(n)_________ includes a description of a database's structure,the names and sizes of the fields,and details such as which field is a primary key.

A)entity
B)schema
C)query
D)metadata
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
33
When building a new database,users must first build a_________ .

A)schema
B)relationship
C)model
D)structure
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
34
Many organizations have found that if they accumulate_________ ,they can use it for important management decisions,such as researching market trends or tracking down fraud.

A)transaction indexes
B)field indexes
C)field tables
D)transaction data
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
35
_________are entered to manipulate data,including adding,deleting,and updating data.

A)Foreign keys
B)Primary keys
C)Queries
D)Reports
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
36
To link records from one table with records of another table,the tables must have at least one field in common,and that field must be a _________field for one of the tables.

A)imitable key
B)main key
C)foreign key
D)primary key
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
37
A(n)_________ is created "on the fly" as a result of a query and exists only for the duration the user wishes to view it or to create a paper report from it.

A)join table
B)two-way table
C)object table
D)entity table
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
38
The smallest piece of data is called a_________ .

A)field
B)record
C)query
D)character
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
39
A _________is the general logical structure in which records are stored within a database and the method used to establish relationships among the records.

A)database query
B)database model
C)database system
D)database catalog
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
40
A(n) _________is unique if the value (content) in that field appears only in one record.

A)entity
B)key
C)object
D)item
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
41
_________involves high volumes of data compiled from traditional,ordinary business activities,as well as newer,nontraditional sources.

A)Metadata
B)Schema
C)Data dictionary
D)Big Data
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
42
In the_________ phase,specialists ensure that all data is consistent.

A)loading
B)extraction
C)transformation
D)divisional
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
43
For some business needs you must use a(n)_________ ,a combination of two or more fields that together serve as a primary key,because it is impractical to use a single field as a primary key.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
44
The description of each table structure and types of fields become part of a(n)_________ ,which is a repository of information about the data and their organization.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
45
The inclusion of foreign keys to create join tables might cause considerable _________,a complexity that has not diminished the popularity of relational databases.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
46
In the_________ phase of data warehousing,specialists compare the data in the data warehouses with the original data to confirm completeness.

A)extraction
B)loading
C)divisional
D)transformation
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
47
The lack of a_________ in Big Data can make data collected from nontraditional sources a challenge to analyze.

A)granular level of storage
B)data warehouse
C)nontraditional data
D)traditional data structure
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
48
The _________model uses the object-oriented approach to maintaining records.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
49
In the database approach,a(n)_________ is any object about which an organization chooses to collect data.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
50
_________has become the query language of choice for many developers of relational DBMSs.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
51
A(n) _________creates a temporary table that is a subset of the original table or tables.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
52
A unique key can serve as a(n) _________.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
53
The ability in object-oriented structures to create a new object automatically by replicating all or some of the characteristics of a previously developed object is called _________.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
54
The relational database model consists of_________ which are used to contain records.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
55
The ability to limit users' views to only specific columns or records gives a(n) _________an advantage: the ability to implement security measures.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
56
In the _________phase of transferring data from a transactional database to a data warehouse,the builders create the files from transactional databases and save them on the server that will hold the data warehouse.

A)loading
B)transformation
C)extraction
D)injection
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
57
While a database itself is a collection of several related files,the program used to build databases,populate them with data,and manipulate the data is called a(n) _________.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
58
If your last and first name,as well as address and other details appear in the files of the department where you work as well as in the payroll file of the Human Resource department,there is duplication of data,or _________.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
59
A(n)_________ is one piece of information about an entity,such as the last name or first name of a student,or the student's street address.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
60
In the _____ phase of transferring data from a transactional database to a data warehouse,specialists "cleanse" the data and modify it into a form that allows insertion into the data warehouse.

A)extraction
B)transformation
C)injection
D)loading
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
61
Describe the uses of a composite key with an example.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
62
What does metadata include?
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
63
Organizations often organize their data warehouse as a collection of_________ ,smaller collections of data that focus on a particular subject or department.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
64
-------- means data about data.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
65
Analyzing an organization's data and identifying the relationships among the data is called_________ .
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
66
What are the advantages to integrating SQL in a DBMS?
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
67
_________is a magnification or expansion of the amount,types,and level of detail of data that is collected and stored.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
68
In the _________phase of transferring data from a transactional database to a data warehouse,the specialists transfer transformed files to the data warehouse.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
69
Discuss the security issues concerning databases.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
70
Explain the impact of databases on businesses.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 70 flashcards in this deck.