Deck 13: Designing Databases

Full screen (f)
exit full mode
Question
Which is incorrect about reality, data, and metadata?

A)Within the realm of reality, there are entities and attributes.
B)There are record occurrences within the realm of actual data.
C)Within the realm of metadata, there are record definitions and data item definitions.
D)There are data item occurrences within the realm of files.
Use Space or
up arrow
down arrow
to flip the card.
Question
Which is not an effectiveness objective of the database?

A)ensuring that data can be shared among users for a variety of applications
B)ensuring all data required for current and future applications will be readily available
C)allowing the database to evolve and the needs of the users to grow
D)allowing users to construct their personal view of the data without concern for the way the data are physically stored
E)maintaining data that are both accurate and inconsistent
Question
Which doesn't DBMS allow?

A)creation of database
B)classification of database
C)modification of database
D)updating the database
E)retrieval of data
Question
Each master file should have programs to:

A)add new records.
B)update master file records.
C)delete master file records.
D)read and process records from the master file.
E)All of the above.
Question
Which word is used interchangeably with the term data item?

A)attribute
B)record
C)key
D)tuple
Question
What is defined as any data item in a record that is used to identify the record?

A)an attribute
B)a key
C)a primary key
D)an entity
Question
Which order is correct for the analyst to normalize a data structure? I. Remove all repeating groups and identify the primary key.
II. Remove any transitive dependencies.
III. All partial dependencies are removed and placed in another relation.

A)III - II - I
B)I - II - III
C)III - I - II
D)II - I - III
E)I - III - II
Question
The integrity constraint that ensures that every many record in a one-to-many relationship has a matching record in the one file is called:

A)entity integrity.
B)referential integrity.
C)domain integrity.
D)ordinal integrity.
E)cardinal integrity.
Question
Which of the following is not one of the four anomalies that may occur when creating database tables?

A)data redundancy
B)update anomaly
C)primary anomaly
D)insert anomaly
E)deletion anomaly
Question
What type of entity is used to represent repeating groups?

A)fundamental entity
B)associative entity
C)attributive entity
D)iterative entity
Question
Which is not related to conventional files?

A)Files will remain a practical way to store data for some applications.
B)A file can be designed and built quite rapidly.
C)Files are a central source of data meant to be shared by many users for a variety of applications.
D)The concerns for data availability and security are minimized.
Question
Transaction files:

A)are large files, containing all main information about an entity.
B)are used to update master files and produce reports.
C)cannot contain several record types.
D)are always stored using indexed-sequential organization.
Question
Which of the following is true when implementing a one-to-many relationship?

A)The file on the one end has a foreign key consisting of the primary key of the many end.
B)The file on the one end has a concatenated key of its primary key and the many end key.
C)The file on the many end has a foreign key consisting of the primary key on the one end.
D)The file on the many end has a concatenated key of its primary key and the one end key.
Question
When an entity has a relationship connecting it to itself, it is called a(n):

A)unitary relationship.
B)inverse relationship.
C)extensible join.
D)self-join.
Question
The symbol used to represent additional attributes of another entity that may not be present on every record of the first entity is called an:

A)associative entity.
B)attributive entity.
C)entity subtype.
D)self-join.
E)ordinal entity.
Question
Which type of file contains all the attributes for an entity as well as a primary key and several secondary keys?

A)a transaction file
B)a relational file
C)a master file
D)a keyed index file
Question
What can be constructed by choosing two or more data items and combining them?

A)a primary key
B)an attribute
C)a secondary key
D)an entity
E)a concatenated key
Question
What is a collection of data items that have something in common with the entity?

A)a record
B)an attribute
C)a data item
D)an entity
Question
Which file is used when it is necessary to run a program, but no printer is available?

A)a master file
B)a table file
C)a report file
D)a work file
E)a transaction file
Question
Which is an advantage of the database approach?

A)All of the data are stored in one place.
B)Data are more vulnerable to catastrophes.
C)It comes about when attempting to keep the cost of storing the data to a reasonable amount.
D)It allows users their own view of the data.
Question
________ are associations between entities.

A)Relationships
B)Subtypes
C)Types
D)Entities
Question
A ________ represents more than one of the other entity.

A)crow's foot
B)single line
C)double line
D)dotted line
Question
A(n)________ represents additional attributes of an entity that may not be present on every record of the entity.

A)entity subtype
B)entity type
C)primary entity
D)secondary entity
Question
Which order is correct in the retrieval and presentation of data? I. Select rows from the relation.
II. Derive new attributes.
III. Join two relations together.
IV. Present data.
V. Choose a relation from the database.
VI. Project columns from the relation.
VII. Calculate totals and performance measures.
VIII. Index or sort rows.

A)V - III - II - I - VIII - IV - VI - VII
B)V - III - VI - I - II - VIII - VII - IV
C)III - V - VI - I - II - VIII - VII - IV
D)V - III - II - I - VI - IV - VII - VIII
E)III - V - II - I - VI - VII - VIII - IV
Question
Any object or event about which someone chooses to collect data is an attribute.
Question
Data have a better chance of being available in a conventional file system than in a database.
Question
Within the realm of ________, there are entities and attributes.

A)reality
B)metadata
C)relationships
D)databases
Question
A process of applying algorithms for extracting patterns from data stored in data warehouses that are typically not apparent to human decision makers is called:

A)data mining.
B)data warehousing.
C)data denormalization.
D)databasing.
Question
Which of the following is not a difference between a data warehouse and a traditional database?

A)Data in a data warehouse are organized around major subjects rather than transactions.
B)Data in a data warehouse cover a much longer time frame that transaction data.
C)Data in a data warehouse are organized for rapid updating.
D)Data in a data warehouse are organized for fast queries.
E)Data in a data warehouse usually include data from outside sources.
Question
________ is the transformation of complex user views and data stores to a set of smaller, stable data structures.

A)Categorization
B)Capitalization
C)Alphabetization
D)Normalization
Question
An entity subtype is an entity that is used to represent a many-to-many relationship.
Question
The sharing of the data means that data need to be stored only once.
Question
The information that describes data is referred to as ________.

A)metadata
B)gammadata
C)moredata
D)alphadata
Question
Within the realm of metadata, there are record definitions and data item definitions.
Question
The process of taking a logical data model and transforming it into a physical model that is efficient for the most often used tasks is called:

A)referential integrity.
B)normalization.
C)denormalization.
D)data warehousing.
E)online analytic processing.
Question
A ________ is a central source of data meant to be shared by many users for a variety of applications.

A)database
B)data dictionary
C)data warehouse
D)data model
Question
________ is a process to eliminate repeating groups found in variable-length records.

A)Alpha row selection
B)First row selection
C)Normalization
D)Denormalization
Question
A well-designed ________ can be more flexible than separate files.

A)data dictionary
B)data warehouse
C)data model
D)database
Question
An alternative to building conventional files is building a ________.

A)data dictionary
B)data warehouse
C)database
D)data model
Question
An attribute is some characteristic of a(n)________.

A)entity
B)relationship
C)reality
D)record definition
Question
A one-to-many relationship may be implemented using a drop-down list.
Question
Indexing is the logical ordering of rows in a relation according to some key.
Question
Presentation of the data abstracted from the database must take one of two forms: graphs and tabular forms.
Question
An object identifier is a unique key for each record in the database, not just in a table.
Question
An object identifier (OID)is a unique key for each record in the database, not just in a table.
Question
Referential integrity means that all foreign keys in the many table must have a matching record in the parent table.
Question
Metadata describes the name given and the length assigned each record.
Question
A many-to-many relationship may be implemented using three tables.
Question
Many data items can be packed into a field; the field can be read and converted to a number of data items.
Question
A deletion anomaly occurs when the entire primary key is not known and the database cannot delete a record.
Question
An associative entity is used for repeating groups.
Question
An update anomaly occurs when the same data are stored in more than one place in the database.
Question
Transaction files contain information necessary to produce reports but are not able to update master files.
Question
Table files are used to update master files.
Question
A primary key is one of the data items in a record that uniquely identifies a record.
Question
Data mining is used to verify or validate patterns that humans are able to make themselves.
Question
Secondary keys can be used to select a group of records that belong to a set.
Question
Master files are large and contain all the information about an entity.
Question
Each distinct data entity may be stored on several master database tables.
Question
One of the primary advantages of the relational structure is that ad hoc queries are efficiently handled.
Question
Online analytic processing is meant to answer decision makers' complex questions.
Question
A many-to-many relationship may be implemented using three tables.
Question
A master file contains information used to update master files and produce reports.
Question
Entity integrity constraints are rules that govern the composition of primary keys.
Question
Master files contain all the information about a data entity.
Question
A data warehouse is used to organize information for quick and effective queries.
Question
In database literature, the views are referred to as schema.
Question
Referential integrity governs the nature of records in a one-to-many relationship.
Question
Business analytics (BA)is a term that covers the ideas of using big data along with a variety of quantitatively based analytical tools (such as statistics and predictive modeling)to answer management questions about trends and what-if questions.
Question
What is normalization?
Question
Business intelligence systems are built around the idea of processing small amounts of data.
Question
Each separate data entity should create its own master database table .
Question
List and describe the four anomalies that may occur when creating database tables.
Question
Data mining can identify patterns that a human is unable to detect.
Question
Text analytics can help organizational decision makers realize valuable insights into what customers are thinking about the organization, the values and actions of the company, as well as customer or vendor motivations for beginning, maintaining, improving, or discontinuing a relationship.
Question
The process of taking the logical data model and transforming it into a physical model that is efficient for the most often needed tasks is called normalization.
Question
An update anomaly occurs when the entire primary key is not known and the database cannot insert a new record.
Question
In relational structures, a file is called a relation, a record is usually referred to as a tuple, and the attribute value set is called a domain.
Question
An insert anomaly results when a change to one attribute value either causes the database to contain inconsistent data or causes multiple records to need changing.
Question
What is denormalization?
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/83
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 13: Designing Databases
1
Which is incorrect about reality, data, and metadata?

A)Within the realm of reality, there are entities and attributes.
B)There are record occurrences within the realm of actual data.
C)Within the realm of metadata, there are record definitions and data item definitions.
D)There are data item occurrences within the realm of files.
D
2
Which is not an effectiveness objective of the database?

A)ensuring that data can be shared among users for a variety of applications
B)ensuring all data required for current and future applications will be readily available
C)allowing the database to evolve and the needs of the users to grow
D)allowing users to construct their personal view of the data without concern for the way the data are physically stored
E)maintaining data that are both accurate and inconsistent
E
3
Which doesn't DBMS allow?

A)creation of database
B)classification of database
C)modification of database
D)updating the database
E)retrieval of data
B
4
Each master file should have programs to:

A)add new records.
B)update master file records.
C)delete master file records.
D)read and process records from the master file.
E)All of the above.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
5
Which word is used interchangeably with the term data item?

A)attribute
B)record
C)key
D)tuple
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
6
What is defined as any data item in a record that is used to identify the record?

A)an attribute
B)a key
C)a primary key
D)an entity
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
7
Which order is correct for the analyst to normalize a data structure? I. Remove all repeating groups and identify the primary key.
II. Remove any transitive dependencies.
III. All partial dependencies are removed and placed in another relation.

A)III - II - I
B)I - II - III
C)III - I - II
D)II - I - III
E)I - III - II
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
8
The integrity constraint that ensures that every many record in a one-to-many relationship has a matching record in the one file is called:

A)entity integrity.
B)referential integrity.
C)domain integrity.
D)ordinal integrity.
E)cardinal integrity.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
9
Which of the following is not one of the four anomalies that may occur when creating database tables?

A)data redundancy
B)update anomaly
C)primary anomaly
D)insert anomaly
E)deletion anomaly
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
10
What type of entity is used to represent repeating groups?

A)fundamental entity
B)associative entity
C)attributive entity
D)iterative entity
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
11
Which is not related to conventional files?

A)Files will remain a practical way to store data for some applications.
B)A file can be designed and built quite rapidly.
C)Files are a central source of data meant to be shared by many users for a variety of applications.
D)The concerns for data availability and security are minimized.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
12
Transaction files:

A)are large files, containing all main information about an entity.
B)are used to update master files and produce reports.
C)cannot contain several record types.
D)are always stored using indexed-sequential organization.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
13
Which of the following is true when implementing a one-to-many relationship?

A)The file on the one end has a foreign key consisting of the primary key of the many end.
B)The file on the one end has a concatenated key of its primary key and the many end key.
C)The file on the many end has a foreign key consisting of the primary key on the one end.
D)The file on the many end has a concatenated key of its primary key and the one end key.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
14
When an entity has a relationship connecting it to itself, it is called a(n):

A)unitary relationship.
B)inverse relationship.
C)extensible join.
D)self-join.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
15
The symbol used to represent additional attributes of another entity that may not be present on every record of the first entity is called an:

A)associative entity.
B)attributive entity.
C)entity subtype.
D)self-join.
E)ordinal entity.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
16
Which type of file contains all the attributes for an entity as well as a primary key and several secondary keys?

A)a transaction file
B)a relational file
C)a master file
D)a keyed index file
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
17
What can be constructed by choosing two or more data items and combining them?

A)a primary key
B)an attribute
C)a secondary key
D)an entity
E)a concatenated key
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
18
What is a collection of data items that have something in common with the entity?

A)a record
B)an attribute
C)a data item
D)an entity
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
19
Which file is used when it is necessary to run a program, but no printer is available?

A)a master file
B)a table file
C)a report file
D)a work file
E)a transaction file
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
20
Which is an advantage of the database approach?

A)All of the data are stored in one place.
B)Data are more vulnerable to catastrophes.
C)It comes about when attempting to keep the cost of storing the data to a reasonable amount.
D)It allows users their own view of the data.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
21
________ are associations between entities.

A)Relationships
B)Subtypes
C)Types
D)Entities
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
22
A ________ represents more than one of the other entity.

A)crow's foot
B)single line
C)double line
D)dotted line
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
23
A(n)________ represents additional attributes of an entity that may not be present on every record of the entity.

A)entity subtype
B)entity type
C)primary entity
D)secondary entity
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
24
Which order is correct in the retrieval and presentation of data? I. Select rows from the relation.
II. Derive new attributes.
III. Join two relations together.
IV. Present data.
V. Choose a relation from the database.
VI. Project columns from the relation.
VII. Calculate totals and performance measures.
VIII. Index or sort rows.

A)V - III - II - I - VIII - IV - VI - VII
B)V - III - VI - I - II - VIII - VII - IV
C)III - V - VI - I - II - VIII - VII - IV
D)V - III - II - I - VI - IV - VII - VIII
E)III - V - II - I - VI - VII - VIII - IV
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
25
Any object or event about which someone chooses to collect data is an attribute.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
26
Data have a better chance of being available in a conventional file system than in a database.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
27
Within the realm of ________, there are entities and attributes.

A)reality
B)metadata
C)relationships
D)databases
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
28
A process of applying algorithms for extracting patterns from data stored in data warehouses that are typically not apparent to human decision makers is called:

A)data mining.
B)data warehousing.
C)data denormalization.
D)databasing.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
29
Which of the following is not a difference between a data warehouse and a traditional database?

A)Data in a data warehouse are organized around major subjects rather than transactions.
B)Data in a data warehouse cover a much longer time frame that transaction data.
C)Data in a data warehouse are organized for rapid updating.
D)Data in a data warehouse are organized for fast queries.
E)Data in a data warehouse usually include data from outside sources.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
30
________ is the transformation of complex user views and data stores to a set of smaller, stable data structures.

A)Categorization
B)Capitalization
C)Alphabetization
D)Normalization
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
31
An entity subtype is an entity that is used to represent a many-to-many relationship.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
32
The sharing of the data means that data need to be stored only once.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
33
The information that describes data is referred to as ________.

A)metadata
B)gammadata
C)moredata
D)alphadata
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
34
Within the realm of metadata, there are record definitions and data item definitions.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
35
The process of taking a logical data model and transforming it into a physical model that is efficient for the most often used tasks is called:

A)referential integrity.
B)normalization.
C)denormalization.
D)data warehousing.
E)online analytic processing.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
36
A ________ is a central source of data meant to be shared by many users for a variety of applications.

A)database
B)data dictionary
C)data warehouse
D)data model
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
37
________ is a process to eliminate repeating groups found in variable-length records.

A)Alpha row selection
B)First row selection
C)Normalization
D)Denormalization
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
38
A well-designed ________ can be more flexible than separate files.

A)data dictionary
B)data warehouse
C)data model
D)database
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
39
An alternative to building conventional files is building a ________.

A)data dictionary
B)data warehouse
C)database
D)data model
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
40
An attribute is some characteristic of a(n)________.

A)entity
B)relationship
C)reality
D)record definition
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
41
A one-to-many relationship may be implemented using a drop-down list.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
42
Indexing is the logical ordering of rows in a relation according to some key.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
43
Presentation of the data abstracted from the database must take one of two forms: graphs and tabular forms.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
44
An object identifier is a unique key for each record in the database, not just in a table.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
45
An object identifier (OID)is a unique key for each record in the database, not just in a table.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
46
Referential integrity means that all foreign keys in the many table must have a matching record in the parent table.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
47
Metadata describes the name given and the length assigned each record.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
48
A many-to-many relationship may be implemented using three tables.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
49
Many data items can be packed into a field; the field can be read and converted to a number of data items.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
50
A deletion anomaly occurs when the entire primary key is not known and the database cannot delete a record.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
51
An associative entity is used for repeating groups.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
52
An update anomaly occurs when the same data are stored in more than one place in the database.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
53
Transaction files contain information necessary to produce reports but are not able to update master files.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
54
Table files are used to update master files.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
55
A primary key is one of the data items in a record that uniquely identifies a record.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
56
Data mining is used to verify or validate patterns that humans are able to make themselves.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
57
Secondary keys can be used to select a group of records that belong to a set.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
58
Master files are large and contain all the information about an entity.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
59
Each distinct data entity may be stored on several master database tables.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
60
One of the primary advantages of the relational structure is that ad hoc queries are efficiently handled.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
61
Online analytic processing is meant to answer decision makers' complex questions.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
62
A many-to-many relationship may be implemented using three tables.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
63
A master file contains information used to update master files and produce reports.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
64
Entity integrity constraints are rules that govern the composition of primary keys.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
65
Master files contain all the information about a data entity.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
66
A data warehouse is used to organize information for quick and effective queries.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
67
In database literature, the views are referred to as schema.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
68
Referential integrity governs the nature of records in a one-to-many relationship.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
69
Business analytics (BA)is a term that covers the ideas of using big data along with a variety of quantitatively based analytical tools (such as statistics and predictive modeling)to answer management questions about trends and what-if questions.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
70
What is normalization?
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
71
Business intelligence systems are built around the idea of processing small amounts of data.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
72
Each separate data entity should create its own master database table .
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
73
List and describe the four anomalies that may occur when creating database tables.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
74
Data mining can identify patterns that a human is unable to detect.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
75
Text analytics can help organizational decision makers realize valuable insights into what customers are thinking about the organization, the values and actions of the company, as well as customer or vendor motivations for beginning, maintaining, improving, or discontinuing a relationship.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
76
The process of taking the logical data model and transforming it into a physical model that is efficient for the most often needed tasks is called normalization.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
77
An update anomaly occurs when the entire primary key is not known and the database cannot insert a new record.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
78
In relational structures, a file is called a relation, a record is usually referred to as a tuple, and the attribute value set is called a domain.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
79
An insert anomaly results when a change to one attribute value either causes the database to contain inconsistent data or causes multiple records to need changing.
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
80
What is denormalization?
Unlock Deck
Unlock for access to all 83 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 83 flashcards in this deck.