Deck 4: Logical Database Design and the Relational Model

ملء الشاشة (f)
exit full mode
سؤال
Understanding the steps involved in transforming EER diagrams into relations is important because:

A) you must be able to check the output of a CASE tool.
B) there are rarely legitimate alternatives from which to choose.
C) CASE tools can model any situation.
D) none of the above.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
In the figure below,the primary key for "Order Line" is which type of key?
<strong>In the figure below,the primary key for Order Line is which type of key?  </strong> A) Composite B) Foreign C) Standard D) Grouped <div style=padding-top: 35px>

A) Composite
B) Foreign
C) Standard
D) Grouped
سؤال
________ is a component of the relational data model included to specify business rules to maintain the integrity of data when they are manipulated.

A) Business rule constraint
B) Data integrity
C) Business integrity
D) Data structure
سؤال
A domain definition consists of the following components EXCEPT:

A) domain name.
B) data type.
C) integrity constraints.
D) size.
سؤال
Physical database design decisions must be made carefully because of impacts on:

A) data accessibility.
B) response times.
C) security.
D) all of the above.
سؤال
A primary key that consists of more than one attribute is called a:

A) foreign key.
B) composite key.
C) multivalued key.
D) cardinal key.
سؤال
Which of the following are properties of relations?

A) Each attribute has a unique name.
B) No two rows in a relation are identical.
C) There are no multivalued attributes in a relation.
D) All of the above.
سؤال
A nonkey attribute is also called a(n):

A) column.
B) unimportant datum.
C) descriptor.
D) address.
سؤال
A rule that states that each foreign key value must match a primary key value in the other relation is called the:

A) referential integrity constraint.
B) key match rule.
C) entity key group rule.
D) foreign/primary match rule.
سؤال
An attribute in a relation of a database that serves as the primary key of another relation in the same database is called a:

A) link attribute.
B) link key.
C) foreign key.
D) foreign attribute.
سؤال
The entity integrity rule states that:

A) no primary key attribute can be null.
B) referential integrity must be maintained across all entities.
C) each entity must have a primary key.
D) a primary key must have only one attribute.
سؤال
A two-dimensional table of data is called a:

A) group.
B) set.
C) declaration.
D) relation.
سؤال
Which of the following is NOT a reason to create an instance of a relational schema with sample data?

A) Sample data can be used to improve user communications.
B) Sample data can be used for prototype generation.
C) Sample data can reverse database implementation errors.
D) Sample data provide a convenient way to check the accuracy of your design.
سؤال
The ________ states that no primary key attribute may be null.

A) referential integrity constraint
B) entity integrity rule
C) partial specialization rule
D) range domain rule
سؤال
Which of the following are anomalies that can be caused by redundancies in tables?

A) Insertion
B) Deletion
C) Modification
D) All of the above
سؤال
In the SQL language,the ________ statement is used to make table definitions.

A) create session
B) create table
C) create index
D) select
سؤال
A relation that contains minimal redundancy and allows easy use is considered to be:

A) clean.
B) simple.
C) complex.
D) well-structured.
سؤال
The relational data model consists of which components?

A) Data structure
B) Data manipulation
C) Data integrity
D) All of the above
سؤال
A form of database specification that indicates all the parameters for data storage that are then input to database implementation is:

A) logical.
B) physical.
C) schematic.
D) conceptual.
سؤال
An attribute (or attributes)that uniquely identifies each row in a relation is called a:

A) column.
B) foreign field.
C) primary key.
D) duplicate key.
سؤال
In the figure below,what type of relationship do the relations depict?
<strong>In the figure below,what type of relationship do the relations depict?  </strong> A) Strong entity/weak entity B) Multivalued C) Composite foreign key D) One-to-many <div style=padding-top: 35px>

A) Strong entity/weak entity
B) Multivalued
C) Composite foreign key
D) One-to-many
سؤال
All of the following are the main goals of normalization EXCEPT:

A) minimize data redundancy
B) simplify the enforcement of referential integrity
C) maximize storage space
D) make it easier to maintain data
سؤال
Referring to the figure below,,which of the following is NOT true?
<strong>Referring to the figure below,,which of the following is NOT true?  </strong> A) A component is part of an item. B) A component is always used in only one item. C) A component can be part of an item. D) A component may be used in many items. <div style=padding-top: 35px>

A) A component is part of an item.
B) A component is always used in only one item.
C) A component can be part of an item.
D) A component may be used in many items.
سؤال
A relation that contains no multivalued attributes,and has nonkey attributes solely dependent on the primary key,but contains transitive dependencies is in which normal form?

A) First
B) Second
C) Third
D) Fourth
سؤال
The attribute on the left-hand side of the arrow in a functional dependency is the:

A) candidate key.
B) Determinant.
C) foreign key.
D) primary key.
سؤال
Two or more attributes having different names but the same meaning are called:

A) homonyms.
B) aliases.
C) synonyms.
D) alternate attributes.
سؤال
When a regular entity type contains a multivalued attribute,one must:

A) create a single relation with multiple lines for each instance of the multivalued attribute.
B) create two new relations, one containing the multivalued attribute.
C) create two new relations, both containing the multivalued attribute.
D) none of the above.
سؤال
The normal form which deals with multivalued dependencies is called:

A) Fifth normal form.
B) Fourth normal form.
C) Boyce-Codd normal form.
D) Sixth normal form.
سؤال
The figure below,is an example of mapping which type of relationship?
<strong>The figure below,is an example of mapping which type of relationship?  </strong> A) First B) Second C) Unary D) Ternary <div style=padding-top: 35px>

A) First
B) Second
C) Unary
D) Ternary
سؤال
A candidate key must satisfy all of the following conditions EXCEPT:

A) the key must uniquely identify the row.
B) the key must indicate the row's position in the table.
C) the key must be nonredundant.
D) each nonkey attribute is functionally dependent upon it.
سؤال
When all multivalued attributes have been removed from a relation,it is said to be in:

A) first normal form.
B) second normal form.
C) Boyce-Codd normal form.
D) third normal form.
سؤال
The normal form which removes any remaining functional dependencies because there was more than one primary key for the same nonkeys is called:

A) Fifth normal form.
B) Fourth normal form.
C) Boyce-Codd normal form.
D) Sixth normal form.
سؤال
In the figure below,what type of key is depicted?
<strong>In the figure below,what type of key is depicted?  </strong> A) Primary B) Recursive primary C) Composite D) Recursive foreign <div style=padding-top: 35px>

A) Primary
B) Recursive primary
C) Composite
D) Recursive foreign
سؤال
Which of the following anomalies result from a transitive dependency?

A) Insertion
B) Modification
C) Deletion
D) All of the above
سؤال
A functional dependency in which one or more nonkey attributes are functionally dependent on part,but not all,of the primary key is called a __________ dependency.

A) partial key-based
B) partial functional
C) cross key
D) merged relation
سؤال
In the figure below,what type of relationship do the relations depict?
<strong>In the figure below,what type of relationship do the relations depict?  </strong> A) Strong entity/weak entity B) One-to-many C) Ternary D) Many-to-many <div style=padding-top: 35px>

A) Strong entity/weak entity
B) One-to-many
C) Ternary
D) Many-to-many
سؤال
In the figure below,what type of relationship is depicted?
<strong>In the figure below,what type of relationship is depicted?  </strong> A) One-to-one B) Unary C) One-to-many D) Many-to-many <div style=padding-top: 35px>

A) One-to-one
B) Unary
C) One-to-many
D) Many-to-many
سؤال
A constraint between two attributes is called a(n):

A) functional relation.
B) attribute dependency.
C) functional dependency.
D) functional relation constraint.
سؤال
An understanding of how to merge relation is important because:

A) there may be a need to merge relations on projects with subteams.
B) different views may need to be integrated.
C) new data requirements may produce new relations to be merged.
D) all of the above.
سؤال
A functional dependency between two or more nonkey attributes is called a:

A) partial functional dependency.
B) partial nonkey dependency.
C) transitive dependency.
D) partial transitive dependency.
سؤال
The entity integrity rule states that a primary key attribute can be null.
سؤال
A referential integrity constraint is a rule that maintains consistency among the rows of two relations.
سؤال
Data structures include data organized in the form of tables with rows and columns.
سؤال
There can be multivalued attributes in a relation.
سؤال
Unlike columns,the rows of a relation may not be interchanged and must be stored in one sequence.
سؤال
A cascading delete removes all records in other tables associated with the record to be deleted.
سؤال
An alternative name for an attribute is called a(n):

A) synonym.
B) alias.
C) alternate attribute.
D) related characteristic.
سؤال
An attribute that may have more than one meaning is called a(n):

A) homonym.
B) alias.
C) double defined attribute.
D) synonym.
سؤال
A primary key whose value is unique across all relations is called a(n):

A) global primary key.
B) inter-table primary key.
C) enterprise key.
D) foreign global key.
سؤال
One property of a relation is that each attribute within a relation has a unique name.
سؤال
A foreign key is a primary key of a relation that also is a primary key in another relation.
سؤال
Data integrity consists of powerful operations to manipulate data stored in relations.
سؤال
Sample data are useful for developing prototype applications and for testing queries.
سؤال
A composite key consists of only one attribute.
سؤال
The columns of a relation can be interchanged without changing the meaning or use of the relation.
سؤال
All values that appear in a column of a relation must be taken from the same domain.
سؤال
The truncate table statement in SQL creates a new table.
سؤال
In the relational data model,associations between tables are defined through the use of primary keys.
سؤال
A primary key is an attribute that uniquely identifies each row in a relation.
سؤال
The allowable range of values for a given attribute is part of the domain constraint.
سؤال
When transforming a one-to-one relationship,a new relation is always created.
سؤال
An anomaly is a type of flaw in the database server.
سؤال
A candidate key is an attribute,or combination of attributes,that uniquely identifies a row in a relation.
سؤال
A transversal dependency is a functional dependency between two or more nonkey attributes.
سؤال
When transforming a weak entity,one should create one relation with both the attributes of the strong entity and the attributes of the weak entity.
سؤال
When a regular entity type contains a multivalued attribute,two relations are created.
سؤال
CASE tools can model more complex data relationships,such as ternary relationships.
سؤال
A partial functional dependency is a functional dependency in which one or more non-key attributes are functionally dependent on part (but not all)of the primary key.
سؤال
An identifier assigned to an associative entity is also called a cross-relation key.
سؤال
When normalizing,the goal is to decompose relations with anomalies to produce smaller,well-structured relations.
سؤال
A relation is in first normal form if it has no more than one multivalued attribute.
سؤال
A relation in fifth normal form may not contain any anomalies.
سؤال
The primary key of the many side migrates to the one side when transforming a one-to-many relationship.
سؤال
In the figure below,each employee has exactly one manager.
In the figure below,each employee has exactly one manager.  <div style=padding-top: 35px>
سؤال
When transforming a unary many-to-many relationship to relations,a recursive foreign key is used.
سؤال
Anomalies do not generally arise out of transitive dependencies.
سؤال
A well-structured relation contains minimal redundancy and allows users to manipulate the relation without errors or inconsistencies.
سؤال
The relational data model does at this time directly support subtype/supertype relationships.
سؤال
If an identifier is not assigned,the default primary key for an associative relation consists of the two primary key attributes from the other two relations.
سؤال
A co-dependency is a constraint between two attributes or two sets of attributes.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/120
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 4: Logical Database Design and the Relational Model
1
Understanding the steps involved in transforming EER diagrams into relations is important because:

A) you must be able to check the output of a CASE tool.
B) there are rarely legitimate alternatives from which to choose.
C) CASE tools can model any situation.
D) none of the above.
A
2
In the figure below,the primary key for "Order Line" is which type of key?
<strong>In the figure below,the primary key for Order Line is which type of key?  </strong> A) Composite B) Foreign C) Standard D) Grouped

A) Composite
B) Foreign
C) Standard
D) Grouped
A
3
________ is a component of the relational data model included to specify business rules to maintain the integrity of data when they are manipulated.

A) Business rule constraint
B) Data integrity
C) Business integrity
D) Data structure
B
4
A domain definition consists of the following components EXCEPT:

A) domain name.
B) data type.
C) integrity constraints.
D) size.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
5
Physical database design decisions must be made carefully because of impacts on:

A) data accessibility.
B) response times.
C) security.
D) all of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
6
A primary key that consists of more than one attribute is called a:

A) foreign key.
B) composite key.
C) multivalued key.
D) cardinal key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
7
Which of the following are properties of relations?

A) Each attribute has a unique name.
B) No two rows in a relation are identical.
C) There are no multivalued attributes in a relation.
D) All of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
8
A nonkey attribute is also called a(n):

A) column.
B) unimportant datum.
C) descriptor.
D) address.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
9
A rule that states that each foreign key value must match a primary key value in the other relation is called the:

A) referential integrity constraint.
B) key match rule.
C) entity key group rule.
D) foreign/primary match rule.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
10
An attribute in a relation of a database that serves as the primary key of another relation in the same database is called a:

A) link attribute.
B) link key.
C) foreign key.
D) foreign attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
11
The entity integrity rule states that:

A) no primary key attribute can be null.
B) referential integrity must be maintained across all entities.
C) each entity must have a primary key.
D) a primary key must have only one attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
12
A two-dimensional table of data is called a:

A) group.
B) set.
C) declaration.
D) relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
13
Which of the following is NOT a reason to create an instance of a relational schema with sample data?

A) Sample data can be used to improve user communications.
B) Sample data can be used for prototype generation.
C) Sample data can reverse database implementation errors.
D) Sample data provide a convenient way to check the accuracy of your design.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
14
The ________ states that no primary key attribute may be null.

A) referential integrity constraint
B) entity integrity rule
C) partial specialization rule
D) range domain rule
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
15
Which of the following are anomalies that can be caused by redundancies in tables?

A) Insertion
B) Deletion
C) Modification
D) All of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
16
In the SQL language,the ________ statement is used to make table definitions.

A) create session
B) create table
C) create index
D) select
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
17
A relation that contains minimal redundancy and allows easy use is considered to be:

A) clean.
B) simple.
C) complex.
D) well-structured.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
18
The relational data model consists of which components?

A) Data structure
B) Data manipulation
C) Data integrity
D) All of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
19
A form of database specification that indicates all the parameters for data storage that are then input to database implementation is:

A) logical.
B) physical.
C) schematic.
D) conceptual.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
20
An attribute (or attributes)that uniquely identifies each row in a relation is called a:

A) column.
B) foreign field.
C) primary key.
D) duplicate key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
21
In the figure below,what type of relationship do the relations depict?
<strong>In the figure below,what type of relationship do the relations depict?  </strong> A) Strong entity/weak entity B) Multivalued C) Composite foreign key D) One-to-many

A) Strong entity/weak entity
B) Multivalued
C) Composite foreign key
D) One-to-many
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
22
All of the following are the main goals of normalization EXCEPT:

A) minimize data redundancy
B) simplify the enforcement of referential integrity
C) maximize storage space
D) make it easier to maintain data
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
23
Referring to the figure below,,which of the following is NOT true?
<strong>Referring to the figure below,,which of the following is NOT true?  </strong> A) A component is part of an item. B) A component is always used in only one item. C) A component can be part of an item. D) A component may be used in many items.

A) A component is part of an item.
B) A component is always used in only one item.
C) A component can be part of an item.
D) A component may be used in many items.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
24
A relation that contains no multivalued attributes,and has nonkey attributes solely dependent on the primary key,but contains transitive dependencies is in which normal form?

A) First
B) Second
C) Third
D) Fourth
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
25
The attribute on the left-hand side of the arrow in a functional dependency is the:

A) candidate key.
B) Determinant.
C) foreign key.
D) primary key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
26
Two or more attributes having different names but the same meaning are called:

A) homonyms.
B) aliases.
C) synonyms.
D) alternate attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
27
When a regular entity type contains a multivalued attribute,one must:

A) create a single relation with multiple lines for each instance of the multivalued attribute.
B) create two new relations, one containing the multivalued attribute.
C) create two new relations, both containing the multivalued attribute.
D) none of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
28
The normal form which deals with multivalued dependencies is called:

A) Fifth normal form.
B) Fourth normal form.
C) Boyce-Codd normal form.
D) Sixth normal form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
29
The figure below,is an example of mapping which type of relationship?
<strong>The figure below,is an example of mapping which type of relationship?  </strong> A) First B) Second C) Unary D) Ternary

A) First
B) Second
C) Unary
D) Ternary
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
30
A candidate key must satisfy all of the following conditions EXCEPT:

A) the key must uniquely identify the row.
B) the key must indicate the row's position in the table.
C) the key must be nonredundant.
D) each nonkey attribute is functionally dependent upon it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
31
When all multivalued attributes have been removed from a relation,it is said to be in:

A) first normal form.
B) second normal form.
C) Boyce-Codd normal form.
D) third normal form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
32
The normal form which removes any remaining functional dependencies because there was more than one primary key for the same nonkeys is called:

A) Fifth normal form.
B) Fourth normal form.
C) Boyce-Codd normal form.
D) Sixth normal form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
33
In the figure below,what type of key is depicted?
<strong>In the figure below,what type of key is depicted?  </strong> A) Primary B) Recursive primary C) Composite D) Recursive foreign

A) Primary
B) Recursive primary
C) Composite
D) Recursive foreign
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
34
Which of the following anomalies result from a transitive dependency?

A) Insertion
B) Modification
C) Deletion
D) All of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
35
A functional dependency in which one or more nonkey attributes are functionally dependent on part,but not all,of the primary key is called a __________ dependency.

A) partial key-based
B) partial functional
C) cross key
D) merged relation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
36
In the figure below,what type of relationship do the relations depict?
<strong>In the figure below,what type of relationship do the relations depict?  </strong> A) Strong entity/weak entity B) One-to-many C) Ternary D) Many-to-many

A) Strong entity/weak entity
B) One-to-many
C) Ternary
D) Many-to-many
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
37
In the figure below,what type of relationship is depicted?
<strong>In the figure below,what type of relationship is depicted?  </strong> A) One-to-one B) Unary C) One-to-many D) Many-to-many

A) One-to-one
B) Unary
C) One-to-many
D) Many-to-many
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
38
A constraint between two attributes is called a(n):

A) functional relation.
B) attribute dependency.
C) functional dependency.
D) functional relation constraint.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
39
An understanding of how to merge relation is important because:

A) there may be a need to merge relations on projects with subteams.
B) different views may need to be integrated.
C) new data requirements may produce new relations to be merged.
D) all of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
40
A functional dependency between two or more nonkey attributes is called a:

A) partial functional dependency.
B) partial nonkey dependency.
C) transitive dependency.
D) partial transitive dependency.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
41
The entity integrity rule states that a primary key attribute can be null.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
42
A referential integrity constraint is a rule that maintains consistency among the rows of two relations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
43
Data structures include data organized in the form of tables with rows and columns.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
44
There can be multivalued attributes in a relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
45
Unlike columns,the rows of a relation may not be interchanged and must be stored in one sequence.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
46
A cascading delete removes all records in other tables associated with the record to be deleted.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
47
An alternative name for an attribute is called a(n):

A) synonym.
B) alias.
C) alternate attribute.
D) related characteristic.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
48
An attribute that may have more than one meaning is called a(n):

A) homonym.
B) alias.
C) double defined attribute.
D) synonym.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
49
A primary key whose value is unique across all relations is called a(n):

A) global primary key.
B) inter-table primary key.
C) enterprise key.
D) foreign global key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
50
One property of a relation is that each attribute within a relation has a unique name.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
51
A foreign key is a primary key of a relation that also is a primary key in another relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
52
Data integrity consists of powerful operations to manipulate data stored in relations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
53
Sample data are useful for developing prototype applications and for testing queries.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
54
A composite key consists of only one attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
55
The columns of a relation can be interchanged without changing the meaning or use of the relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
56
All values that appear in a column of a relation must be taken from the same domain.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
57
The truncate table statement in SQL creates a new table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
58
In the relational data model,associations between tables are defined through the use of primary keys.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
59
A primary key is an attribute that uniquely identifies each row in a relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
60
The allowable range of values for a given attribute is part of the domain constraint.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
61
When transforming a one-to-one relationship,a new relation is always created.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
62
An anomaly is a type of flaw in the database server.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
63
A candidate key is an attribute,or combination of attributes,that uniquely identifies a row in a relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
64
A transversal dependency is a functional dependency between two or more nonkey attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
65
When transforming a weak entity,one should create one relation with both the attributes of the strong entity and the attributes of the weak entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
66
When a regular entity type contains a multivalued attribute,two relations are created.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
67
CASE tools can model more complex data relationships,such as ternary relationships.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
68
A partial functional dependency is a functional dependency in which one or more non-key attributes are functionally dependent on part (but not all)of the primary key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
69
An identifier assigned to an associative entity is also called a cross-relation key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
70
When normalizing,the goal is to decompose relations with anomalies to produce smaller,well-structured relations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
71
A relation is in first normal form if it has no more than one multivalued attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
72
A relation in fifth normal form may not contain any anomalies.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
73
The primary key of the many side migrates to the one side when transforming a one-to-many relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
74
In the figure below,each employee has exactly one manager.
In the figure below,each employee has exactly one manager.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
75
When transforming a unary many-to-many relationship to relations,a recursive foreign key is used.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
76
Anomalies do not generally arise out of transitive dependencies.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
77
A well-structured relation contains minimal redundancy and allows users to manipulate the relation without errors or inconsistencies.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
78
The relational data model does at this time directly support subtype/supertype relationships.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
79
If an identifier is not assigned,the default primary key for an associative relation consists of the two primary key attributes from the other two relations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
80
A co-dependency is a constraint between two attributes or two sets of attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.