Deck 5: Understanding Entity Relations

ملء الشاشة (f)
exit full mode
سؤال
One of the attributes an entity type should always have is a primary key.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Generalization hierarchies must have both disjointness and completeness constraints.
سؤال
A 1-M relationship cannot have any attributes.
سؤال
When a weak entity lacks at least one identifying relationship,this problem can be corrected by either adding an identifying relationship or converting the weak entity into a regular entity.
سؤال
In an identifying relationship,both of the participating entity types must be weak.
سؤال
In a generalization hierarchy,since each subtype entity is a supertype entity,the relationship between the two is known as ISA.
سؤال
An ERD diagram and a relational database diagram are similar in that both allow relationships to have attributes.
سؤال
By way of comparison to natural language,relationships can be said to correspond to nouns,and entity types can be said to correspond to verbs or prepositional phrases.
سؤال
Unary relationships are sometimes called reflexive relationships because they are like a reflection in a mirror.
سؤال
In Crow's Foot notation,the maximum cardinality symbol is placed toward the relationship name,and the minimum cardinality symbol is placed toward the entity type.
سؤال
In an ERD diagram,primary and foreign keys are shown for each entity type.
سؤال
Identification dependency is a type of existence dependency.
سؤال
A relationship that connects two entity types is called a unary relationship.
سؤال
In certain cases,adding an additional attribute to and entity can be used in place of a self-referencing relationship.
سؤال
In a multiple level generalization hierarchy,the attributes of the supertype are inherited by all levels of the subtypes,either directly or indirectly.
سؤال
In Crow's Foot and most other notations,entity types are denoted by a triangle.
سؤال
Named relationships are found in both relational database diagrams and ERD notation.
سؤال
In an ERD that conforms to the consistency rules of diagramming,all relationships must connect two entity types,and relationships must not be connected to other relationships.
سؤال
If an attribute is associated with only one entity type,the attribute should be shown as part of a relationship that the entity type participates in.
سؤال
Adherence to the completeness and consistency rules of ERD diagramming will ensure that an ERD provides an adequate data representation and that all user requirements are represented.
سؤال
The following is a weak entity:

A) Book
B) Author
C) Volume
D) Country
سؤال
The following qualifies as existence dependent:

A) Author on Written-by
B) Author on Born-in
C) Book on Written-by
D) All of the above
سؤال
The following qualifies as optional:

A) Written-by to Author
B) Born-in to Author
C) Born-in to Country
D) All of the above
سؤال
Written-by is:

A) An M-way relationship
B) A M-N relationship
C) An entity
D) A 1-M relationship
سؤال
Born-in is:

A) An M-way relationship
B) A M-N relationship
C) An entity
D) A 1-M relationship
سؤال
If there was no requirement to include the areas of countries in the database,cname (country name)could be made:

A) An attribute of Author
B) The primary key of Author
C) A relationship involving Author
D) An attribute of Written-by
سؤال
In an ERD,each generalization hierarchy must participate in at least one relationship with an entity type not in the generalization hierarchy.
سؤال
If we want to indicate that the authors of a book have conceived it when visiting another author in some country,we would use a relationship that is:

A) M-N
B) 1-1
C) 1-M
D) ternary
سؤال
Any author in the database has written:

A) One book only
B) One or several books
C) More than one book
D) Zero, one, or several books
سؤال
Any author in the database:

A) Has written a book as the sole author
B) May be without a book in the database
C) Has written a book with another author
D) Has written at least one book, with or without another author
سؤال
The following is not a primary key:

A) Volume#
B) Title
C) Aname
D) Cname
سؤال
No two books in the database:

A) May have the same publisher
B) May have been written by the same author
C) May have the same title
D) All of the above
سؤال
Any book in the database has been written by:

A) One author only
B) One or several authors
C) More than one author
D) Zero, one, or several authors
سؤال
The primary key of Volume is:

A) Volume#
B) #-of-pages
C) The combination Volume# and Title
D) The combination Volume# and #-of-pages
سؤال
If we want to indicate that the authors of a book have conceived it when visiting another author in some country,we would use a relationship that would connect:

A) Book to Country
B) Book to Country and Author
C) Author to Author
D) Author to Country
سؤال
Volume on Consists-of is:

A) Existence dependent
B) Identification dependent
C) All of the above
D) None of the above
سؤال
If we want to add the relationship "First-published-in" between Book and Country,it would be:

A) M-N
B) 1-1
C) 1-M
D) ternary
سؤال
If we want to add the relationship "Published-in" between Book and Country,it would be:

A) M-N
B) 1-1
C) 1-M
D) M-way
سؤال
If we want to add the relationship "Published-in" between Book and Country and indicate the number of copies of the book sold (copies-sold)in the countries,copies-sold would be:

A) An attribute of Book
B) An attribute of Country
C) An attribute of Published-in
D) A weak entity identified by Book
سؤال
Author-rank-in-book is:

A) An attribute
B) An entity
C) A relationship
D) A primary key
سؤال
Any md practices in:

A) One or several departments
B) Exactly one department
C) Zero or more departments
D) Two or more departments
سؤال
In an ERD,the minimum and maximum __________________ are specified for both directions of a relationship.
سؤال
If we want to indicate that the authors of a book have conceived it when visiting another author in some country,the symbol used in the Crow's Foot notation would be:

A) A relationship connecting Book, Country, and Author
B) An associative entity type "conceived" connecting to Book, Country, and Author each by binary relationships
C) Three binary relationships connecting pairwise Book, Country, and Author
D) Two binary relationships connecting Book and Country, and Book and Author
سؤال
In an ERD,a property of an entity type or relationship is known as a(n)___________________.
سؤال
When an entity cannot exist unless another related entity exists,this is known as __________________.
سؤال
Which of the following entities does not inherit the primary key SS#?

A) Administrator
B) Department
C) RN
D) Md
سؤال
In Crow's Foot notation,the Crow's Foot (two angled lines and one straight line)means a cardinality of ______________.
سؤال
A(n)______________ relationship is indicated by a minimum cardinality of one or more.
سؤال
In an ERD,a named association among entity types is known as a(n)_____________________.
سؤال
What statement is not true regarding inheritance in a generalization hierarchy:

A) The attributes of the supertype apply to all of the subtypes
B) Every subtype entity is also a supertype entity
C) Attributes inherited from a supertype are shown in an ERD
D) All of the above
سؤال
Which of the following statements is true?

A) An md may be an administrator
B) An RN may be an administrator
C) An md may not be an administrator
D) An md may be an RN
سؤال
Which of the following statements is true?

A) A staff may exist that is neither an RN, nor an administrator, nor an md
B) Every staff is either an RN, an administrator, or an md
C) A staff may exist that is an RN and an administrator
D) A staff may exist that is an administrator and an md
سؤال
In Crow's Foot notation,a line perpendicular to the relationship line means a cardinality of ______________.
سؤال
In Crow's Foot notation,a circle means a cardinality of ______________.
سؤال
If we want to indicate that the authors of a book have conceived it when visiting another author in some country,the usual symbol used in the Chen ERD notation would be:

A) A relationship connecting Book, Country, and Author
B) An associative entity type connecting to Book and Country
C) Three binary relationships connecting pairwise Book, Country, and Author
D) Two binary relationships connecting Book and Country, and Book and Author
سؤال
A collection of persons,places,events or things of interest in an application is called a(n)___________________.
سؤال
The number of administrators is:

A) Always the same as the number of departments
B) Always smaller than the number of departments
C) Smaller than or equal to the number of departments
D) Larger than or equal to the number of departments
سؤال
In reviewing an ERD for consistency,the property of uniqueness applies to:

A) Entity type names
B) Attribute names within entity types and relationships
C) Attribute names in a subtype
D) All of the above
سؤال
A(n)______________ relationship is indicated by a minimum cardinality of zero.
سؤال
In the ERD shown in 5-2,any RN works:

A) In one or several departments
B) In exactly one department
C) In zero or more departments
D) In two or more departments
سؤال
The relationship(s)that provides the components of a weak entity's primary key is known as a(n)___________________.
سؤال
A relationship with a maximum cardinality of one in one direction and a maximum cardinality of more than one in the other direction is a(n)_____________ relationship.
سؤال
When attribute(s)are associated with a combination of entity types instead of a single entity type,this relationship is usually (but not always)a(n)________________ relationship.
سؤال
An entity type that does not have its own primary key,but instead borrows part or all of its primary key from another entity type is known as a(n)___________________.
سؤال
___________________ occurs when an M-N relationship can be replaced by an associative entity type and two identifying 1-M relationships.
سؤال
A relationship that involves more than two entity types is called a(n)__________________ relationship.
سؤال
Since a room does not have a separate identity from the building it is physically located in,in terms of an ERD it can be said that there is a(n)___________________ between the room and the building.
سؤال
To depict a hierarchical chart of accounts in an ERD,you would probably have to use a(n)__________________ relationship.
سؤال
A(n)_____________________ relationship represents an association between members of the same set.
سؤال
With regards to a generalization hierarchy,the __________________ constraint means that subtypes do not have any entities in common.
سؤال
With regards to a generalization hierarchy,the __________________ constraint means that every entity of a supertype must be an entity in one of the subtypes.
سؤال
A relationship with a maximum cardinality of more than one in both directions is a(n)_____________ relationship.
سؤال
____________________ is a data modeling concept that supports the sharing of attributes between a supertype and a subtype.
سؤال
An M-way relationship between three entity types is known as a(n)____________ relationship.
سؤال
In a business situation where an employee can occupy only a single office and an office can only be occupied by one employee,this is an example of a(n)____________________ relationship.
سؤال
An entity type that depends on two or more entity types for its primary key is a(n)_______________ entity type.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/76
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 5: Understanding Entity Relations
1
One of the attributes an entity type should always have is a primary key.
True
2
Generalization hierarchies must have both disjointness and completeness constraints.
False
Explanation: They can lack one of both constraints.
3
A 1-M relationship cannot have any attributes.
False
Explanation: Although it is not common, a 1-M relationship can have any attributes.
4
When a weak entity lacks at least one identifying relationship,this problem can be corrected by either adding an identifying relationship or converting the weak entity into a regular entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
5
In an identifying relationship,both of the participating entity types must be weak.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
6
In a generalization hierarchy,since each subtype entity is a supertype entity,the relationship between the two is known as ISA.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
7
An ERD diagram and a relational database diagram are similar in that both allow relationships to have attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
8
By way of comparison to natural language,relationships can be said to correspond to nouns,and entity types can be said to correspond to verbs or prepositional phrases.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
9
Unary relationships are sometimes called reflexive relationships because they are like a reflection in a mirror.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
10
In Crow's Foot notation,the maximum cardinality symbol is placed toward the relationship name,and the minimum cardinality symbol is placed toward the entity type.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
11
In an ERD diagram,primary and foreign keys are shown for each entity type.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
12
Identification dependency is a type of existence dependency.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
13
A relationship that connects two entity types is called a unary relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
14
In certain cases,adding an additional attribute to and entity can be used in place of a self-referencing relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
15
In a multiple level generalization hierarchy,the attributes of the supertype are inherited by all levels of the subtypes,either directly or indirectly.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
16
In Crow's Foot and most other notations,entity types are denoted by a triangle.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
17
Named relationships are found in both relational database diagrams and ERD notation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
18
In an ERD that conforms to the consistency rules of diagramming,all relationships must connect two entity types,and relationships must not be connected to other relationships.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
19
If an attribute is associated with only one entity type,the attribute should be shown as part of a relationship that the entity type participates in.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
20
Adherence to the completeness and consistency rules of ERD diagramming will ensure that an ERD provides an adequate data representation and that all user requirements are represented.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
21
The following is a weak entity:

A) Book
B) Author
C) Volume
D) Country
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
22
The following qualifies as existence dependent:

A) Author on Written-by
B) Author on Born-in
C) Book on Written-by
D) All of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
23
The following qualifies as optional:

A) Written-by to Author
B) Born-in to Author
C) Born-in to Country
D) All of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
24
Written-by is:

A) An M-way relationship
B) A M-N relationship
C) An entity
D) A 1-M relationship
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
25
Born-in is:

A) An M-way relationship
B) A M-N relationship
C) An entity
D) A 1-M relationship
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
26
If there was no requirement to include the areas of countries in the database,cname (country name)could be made:

A) An attribute of Author
B) The primary key of Author
C) A relationship involving Author
D) An attribute of Written-by
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
27
In an ERD,each generalization hierarchy must participate in at least one relationship with an entity type not in the generalization hierarchy.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
28
If we want to indicate that the authors of a book have conceived it when visiting another author in some country,we would use a relationship that is:

A) M-N
B) 1-1
C) 1-M
D) ternary
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
29
Any author in the database has written:

A) One book only
B) One or several books
C) More than one book
D) Zero, one, or several books
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
30
Any author in the database:

A) Has written a book as the sole author
B) May be without a book in the database
C) Has written a book with another author
D) Has written at least one book, with or without another author
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
31
The following is not a primary key:

A) Volume#
B) Title
C) Aname
D) Cname
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
32
No two books in the database:

A) May have the same publisher
B) May have been written by the same author
C) May have the same title
D) All of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
33
Any book in the database has been written by:

A) One author only
B) One or several authors
C) More than one author
D) Zero, one, or several authors
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
34
The primary key of Volume is:

A) Volume#
B) #-of-pages
C) The combination Volume# and Title
D) The combination Volume# and #-of-pages
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
35
If we want to indicate that the authors of a book have conceived it when visiting another author in some country,we would use a relationship that would connect:

A) Book to Country
B) Book to Country and Author
C) Author to Author
D) Author to Country
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
36
Volume on Consists-of is:

A) Existence dependent
B) Identification dependent
C) All of the above
D) None of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
37
If we want to add the relationship "First-published-in" between Book and Country,it would be:

A) M-N
B) 1-1
C) 1-M
D) ternary
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
38
If we want to add the relationship "Published-in" between Book and Country,it would be:

A) M-N
B) 1-1
C) 1-M
D) M-way
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
39
If we want to add the relationship "Published-in" between Book and Country and indicate the number of copies of the book sold (copies-sold)in the countries,copies-sold would be:

A) An attribute of Book
B) An attribute of Country
C) An attribute of Published-in
D) A weak entity identified by Book
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
40
Author-rank-in-book is:

A) An attribute
B) An entity
C) A relationship
D) A primary key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
41
Any md practices in:

A) One or several departments
B) Exactly one department
C) Zero or more departments
D) Two or more departments
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
42
In an ERD,the minimum and maximum __________________ are specified for both directions of a relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
43
If we want to indicate that the authors of a book have conceived it when visiting another author in some country,the symbol used in the Crow's Foot notation would be:

A) A relationship connecting Book, Country, and Author
B) An associative entity type "conceived" connecting to Book, Country, and Author each by binary relationships
C) Three binary relationships connecting pairwise Book, Country, and Author
D) Two binary relationships connecting Book and Country, and Book and Author
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
44
In an ERD,a property of an entity type or relationship is known as a(n)___________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
45
When an entity cannot exist unless another related entity exists,this is known as __________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
46
Which of the following entities does not inherit the primary key SS#?

A) Administrator
B) Department
C) RN
D) Md
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
47
In Crow's Foot notation,the Crow's Foot (two angled lines and one straight line)means a cardinality of ______________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
48
A(n)______________ relationship is indicated by a minimum cardinality of one or more.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
49
In an ERD,a named association among entity types is known as a(n)_____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
50
What statement is not true regarding inheritance in a generalization hierarchy:

A) The attributes of the supertype apply to all of the subtypes
B) Every subtype entity is also a supertype entity
C) Attributes inherited from a supertype are shown in an ERD
D) All of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
51
Which of the following statements is true?

A) An md may be an administrator
B) An RN may be an administrator
C) An md may not be an administrator
D) An md may be an RN
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
52
Which of the following statements is true?

A) A staff may exist that is neither an RN, nor an administrator, nor an md
B) Every staff is either an RN, an administrator, or an md
C) A staff may exist that is an RN and an administrator
D) A staff may exist that is an administrator and an md
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
53
In Crow's Foot notation,a line perpendicular to the relationship line means a cardinality of ______________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
54
In Crow's Foot notation,a circle means a cardinality of ______________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
55
If we want to indicate that the authors of a book have conceived it when visiting another author in some country,the usual symbol used in the Chen ERD notation would be:

A) A relationship connecting Book, Country, and Author
B) An associative entity type connecting to Book and Country
C) Three binary relationships connecting pairwise Book, Country, and Author
D) Two binary relationships connecting Book and Country, and Book and Author
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
56
A collection of persons,places,events or things of interest in an application is called a(n)___________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
57
The number of administrators is:

A) Always the same as the number of departments
B) Always smaller than the number of departments
C) Smaller than or equal to the number of departments
D) Larger than or equal to the number of departments
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
58
In reviewing an ERD for consistency,the property of uniqueness applies to:

A) Entity type names
B) Attribute names within entity types and relationships
C) Attribute names in a subtype
D) All of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
59
A(n)______________ relationship is indicated by a minimum cardinality of zero.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
60
In the ERD shown in 5-2,any RN works:

A) In one or several departments
B) In exactly one department
C) In zero or more departments
D) In two or more departments
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
61
The relationship(s)that provides the components of a weak entity's primary key is known as a(n)___________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
62
A relationship with a maximum cardinality of one in one direction and a maximum cardinality of more than one in the other direction is a(n)_____________ relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
63
When attribute(s)are associated with a combination of entity types instead of a single entity type,this relationship is usually (but not always)a(n)________________ relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
64
An entity type that does not have its own primary key,but instead borrows part or all of its primary key from another entity type is known as a(n)___________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
65
___________________ occurs when an M-N relationship can be replaced by an associative entity type and two identifying 1-M relationships.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
66
A relationship that involves more than two entity types is called a(n)__________________ relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
67
Since a room does not have a separate identity from the building it is physically located in,in terms of an ERD it can be said that there is a(n)___________________ between the room and the building.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
68
To depict a hierarchical chart of accounts in an ERD,you would probably have to use a(n)__________________ relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
69
A(n)_____________________ relationship represents an association between members of the same set.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
70
With regards to a generalization hierarchy,the __________________ constraint means that subtypes do not have any entities in common.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
71
With regards to a generalization hierarchy,the __________________ constraint means that every entity of a supertype must be an entity in one of the subtypes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
72
A relationship with a maximum cardinality of more than one in both directions is a(n)_____________ relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
73
____________________ is a data modeling concept that supports the sharing of attributes between a supertype and a subtype.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
74
An M-way relationship between three entity types is known as a(n)____________ relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
75
In a business situation where an employee can occupy only a single office and an office can only be occupied by one employee,this is an example of a(n)____________________ relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
76
An entity type that depends on two or more entity types for its primary key is a(n)_______________ entity type.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 76 في هذه المجموعة.