Deck 13: Designing Databases

ملء الشاشة (f)
exit full mode
سؤال
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.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
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
سؤال
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
سؤال
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.
سؤال
Which word is used interchangeably with the term data item?

A)attribute
B)record
C)key
D)tuple
سؤال
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
سؤال
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
سؤال
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.
سؤال
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
سؤال
What type of entity is used to represent repeating groups?

A)fundamental entity
B)associative entity
C)attributive entity
D)iterative entity
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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
سؤال
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
سؤال
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
سؤال
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
سؤال
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.
سؤال
________ are associations between entities.

A)Relationships
B)Subtypes
C)Types
D)Entities
سؤال
A ________ represents more than one of the other entity.

A)crow's foot
B)single line
C)double line
D)dotted line
سؤال
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
سؤال
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
سؤال
Any object or event about which someone chooses to collect data is an attribute.
سؤال
Data have a better chance of being available in a conventional file system than in a database.
سؤال
Within the realm of ________, there are entities and attributes.

A)reality
B)metadata
C)relationships
D)databases
سؤال
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.
سؤال
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.
سؤال
________ 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
سؤال
An entity subtype is an entity that is used to represent a many-to-many relationship.
سؤال
The sharing of the data means that data need to be stored only once.
سؤال
The information that describes data is referred to as ________.

A)metadata
B)gammadata
C)moredata
D)alphadata
سؤال
Within the realm of metadata, there are record definitions and data item definitions.
سؤال
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.
سؤال
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
سؤال
________ is a process to eliminate repeating groups found in variable-length records.

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

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

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

A)entity
B)relationship
C)reality
D)record definition
سؤال
A one-to-many relationship may be implemented using a drop-down list.
سؤال
Indexing is the logical ordering of rows in a relation according to some key.
سؤال
Presentation of the data abstracted from the database must take one of two forms: graphs and tabular forms.
سؤال
An object identifier is a unique key for each record in the database, not just in a table.
سؤال
An object identifier (OID)is a unique key for each record in the database, not just in a table.
سؤال
Referential integrity means that all foreign keys in the many table must have a matching record in the parent table.
سؤال
Metadata describes the name given and the length assigned each record.
سؤال
A many-to-many relationship may be implemented using three tables.
سؤال
Many data items can be packed into a field; the field can be read and converted to a number of data items.
سؤال
A deletion anomaly occurs when the entire primary key is not known and the database cannot delete a record.
سؤال
An associative entity is used for repeating groups.
سؤال
An update anomaly occurs when the same data are stored in more than one place in the database.
سؤال
Transaction files contain information necessary to produce reports but are not able to update master files.
سؤال
Table files are used to update master files.
سؤال
A primary key is one of the data items in a record that uniquely identifies a record.
سؤال
Data mining is used to verify or validate patterns that humans are able to make themselves.
سؤال
Secondary keys can be used to select a group of records that belong to a set.
سؤال
Master files are large and contain all the information about an entity.
سؤال
Each distinct data entity may be stored on several master database tables.
سؤال
One of the primary advantages of the relational structure is that ad hoc queries are efficiently handled.
سؤال
Online analytic processing is meant to answer decision makers' complex questions.
سؤال
A many-to-many relationship may be implemented using three tables.
سؤال
A master file contains information used to update master files and produce reports.
سؤال
Entity integrity constraints are rules that govern the composition of primary keys.
سؤال
Master files contain all the information about a data entity.
سؤال
A data warehouse is used to organize information for quick and effective queries.
سؤال
In database literature, the views are referred to as schema.
سؤال
Referential integrity governs the nature of records in a one-to-many relationship.
سؤال
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.
سؤال
What is normalization?
سؤال
Business intelligence systems are built around the idea of processing small amounts of data.
سؤال
Each separate data entity should create its own master database table .
سؤال
List and describe the four anomalies that may occur when creating database tables.
سؤال
Data mining can identify patterns that a human is unable to detect.
سؤال
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.
سؤال
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.
سؤال
An update anomaly occurs when the entire primary key is not known and the database cannot insert a new record.
سؤال
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.
سؤال
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.
سؤال
What is denormalization?
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/83
auto play flashcards
العب
simple tutorial
ملء الشاشة (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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
5
Which word is used interchangeably with the term data item?

A)attribute
B)record
C)key
D)tuple
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
21
________ are associations between entities.

A)Relationships
B)Subtypes
C)Types
D)Entities
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
25
Any object or event about which someone chooses to collect data is an attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
26
Data have a better chance of being available in a conventional file system than in a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
27
Within the realm of ________, there are entities and attributes.

A)reality
B)metadata
C)relationships
D)databases
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
31
An entity subtype is an entity that is used to represent a many-to-many relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
32
The sharing of the data means that data need to be stored only once.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
33
The information that describes data is referred to as ________.

A)metadata
B)gammadata
C)moredata
D)alphadata
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
34
Within the realm of metadata, there are record definitions and data item definitions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
39
An alternative to building conventional files is building a ________.

A)data dictionary
B)data warehouse
C)database
D)data model
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
40
An attribute is some characteristic of a(n)________.

A)entity
B)relationship
C)reality
D)record definition
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
41
A one-to-many relationship may be implemented using a drop-down list.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
42
Indexing is the logical ordering of rows in a relation according to some key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
43
Presentation of the data abstracted from the database must take one of two forms: graphs and tabular forms.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
44
An object identifier is a unique key for each record in the database, not just in a table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
45
An object identifier (OID)is a unique key for each record in the database, not just in a table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
46
Referential integrity means that all foreign keys in the many table must have a matching record in the parent table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
47
Metadata describes the name given and the length assigned each record.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
48
A many-to-many relationship may be implemented using three tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
50
A deletion anomaly occurs when the entire primary key is not known and the database cannot delete a record.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
51
An associative entity is used for repeating groups.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
52
An update anomaly occurs when the same data are stored in more than one place in the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
53
Transaction files contain information necessary to produce reports but are not able to update master files.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
54
Table files are used to update master files.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
55
A primary key is one of the data items in a record that uniquely identifies a record.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
56
Data mining is used to verify or validate patterns that humans are able to make themselves.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
57
Secondary keys can be used to select a group of records that belong to a set.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
58
Master files are large and contain all the information about an entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
59
Each distinct data entity may be stored on several master database tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
60
One of the primary advantages of the relational structure is that ad hoc queries are efficiently handled.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
61
Online analytic processing is meant to answer decision makers' complex questions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
62
A many-to-many relationship may be implemented using three tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
63
A master file contains information used to update master files and produce reports.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
64
Entity integrity constraints are rules that govern the composition of primary keys.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
65
Master files contain all the information about a data entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
66
A data warehouse is used to organize information for quick and effective queries.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
67
In database literature, the views are referred to as schema.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
68
Referential integrity governs the nature of records in a one-to-many relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
70
What is normalization?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
71
Business intelligence systems are built around the idea of processing small amounts of data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
72
Each separate data entity should create its own master database table .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
73
List and describe the four anomalies that may occur when creating database tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
74
Data mining can identify patterns that a human is unable to detect.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
77
An update anomaly occurs when the entire primary key is not known and the database cannot insert a new record.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
80
What is denormalization?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 83 في هذه المجموعة.