Deck 7: Data Modeling With Entity Relationship Diagrams

ملء الشاشة (f)
exit full mode
سؤال
The Crow's Foot model is less implementation-oriented than the Chen model.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Attributes are types of entities.
سؤال
The ER diagram represents the conceptual database as viewed by the end user.
سؤال
An ERM is dependent on the database type.
سؤال
In an ER diagram, primary keys are usually bolded.
سؤال
The DBMS can easily handle multivalued attributes.
سؤال
In both the Chen and Crow's Foot models, an entity is represented with a rectangle containing the entity's name.
سؤال
All simple attributes are also single-valued.
سؤال
In the Chen model, a multivalued attribute is connected to the owning entity with a double line.
سؤال
The word "entity" in the ER model corresponds to a table.
سؤال
Attributes have a domain that specifies the data type of the attribute.
سؤال
The ER model refers to a specific table row as an entity instance.
سؤال
In the original Chen model, each attribute is represented using an oval with the attribute name connected to the entity with a line.
سؤال
Derived attributes are stored in a special database table.
سؤال
The ER model refers to a specific table row as an entity occurrence.
سؤال
Ideally, a primary key is composed of several attributes.
سؤال
A composite identifier is a primary key composed of more than one attribute.
سؤال
Attributes cannot share a domain.
سؤال
All attributes are either simple or composite.
سؤال
Software vendors have adopted the Chen representation because of its compact representation.
سؤال
Some ____ database modeling concepts can be expressed only using the Chen notation.

A) developmental
B) conceptual
C) actual
D) specific
سؤال
In Chen notation, there is no way to represent cardinality.
سؤال
A ____ attribute can be further subdivided to yield additional attributes.

A) composite
B) simple
C) single-valued
D) multivalued
سؤال
The ____ attribute(s) make up the primary key in the table definition: CLASS (CRS_CODE, CLASS_SECTION, CLASS_TIME, CLASS_ROOM, PROF_NUM)

A) CRS_CODE
B) CLASS_SECTION
C) CRS_CODE and CLASS_SECTION
D) There is no primary key
سؤال
A ____ attribute is one that cannot be subdivided.

A) composite
B) simple
C) single-valued
D) multivalued
سؤال
A ____ identifier is composed of more than one attribute.

A) primary
B) foreign
C) composite
D) domain
سؤال
A weak relationship exists if the primary key of the related entity contains at least one primary key component of the parent entity.
سؤال
A relationship is identified by a name that describes the relationship.
سؤال
In an ER diagram, primary keys are indicated by ____.

A) bolding
B) italics
C) underlining
D) a special font
سؤال
Connectivities and cardinalities are established by business rules.
سؤال
The ERD represents the ____ database as viewed by the end user.

A) condensed
B) physical
C) logical
D) conceptual
سؤال
Ideally, an entity identifier is composed of ____ attribute(s).

A) zero
B) one
C) two
D) six
سؤال
Relationships operate only in one direction.
سؤال
The set of possible values for an attribute is a ____.

A) domain
B) range
C) set
D) key
سؤال
A recursive relationship is one in which a relationship can exist between occurrences of the same entity set
سؤال
A weak entity has a primary key that is partially or totally derived from the parent entity in the relationship.
سؤال
Cardinality expresses the minimum and maximum number of entity occurrences associated with one occurrence of the related entity.
سؤال
You should always load data from the 1 side of a 1:M relationship.
سؤال
The existence of a mandatory relationship indicates that the minimum cardinality is 0 or 1 for the mandatory entity.
سؤال
Attributes may share a ____.

A) name
B) domain
C) location
D) table
سؤال
A ____ should be a derived attribute.

A) person's name
B) person's age
C) person's social security number
D) person's phone number
سؤال
A relationship is an association between ____.

A) objects
B) entities
C) databases
D) fields
سؤال
The Crow's foot symbol with two parallel lines indicates ____ cardinality.

A) (0,N)
B) (1,N)
C) (1,1)
D) (0,1)
سؤال
In the ERD, cardinality is indicated using the ____ notation.

A) (max, min)
B) (min, max)
C) [min ... max]
D) {min|max}
سؤال
A ____ relationship exists when an association is maintained within a single entity.

A) unary
B) ternary
C) binary
D) weak
سؤال
A ____ relationship exists when two entities are associated.

A) unary
B) binary
C) ternary
D) weak
سؤال
Knowing the ____ number of entity occurrences is very helpful at the application software level.

A) maximum
B) minimum
C) approximate
D) maximum and minimum
سؤال
A ____ attribute can have only one value.

A) composite
B) simple
C) single-valued
D) multivalued
سؤال
Another word for existence-independent is ____.

A) weak
B) alone
C) unary
D) strong
سؤال
When the PK of one entity does not contain the PK of a related entity, the relationship is ____.

A) missing
B) weak
C) strong
D) neutral
سؤال
Although the conceptual model can handle ____ relationhips and multivalued attribues, you should not implement them in the RDBMS.

A) 1:1
B) M:N
C) 1:M
D) 1:N
سؤال
If an entity can exist apart from one or more related entities, it is said to be ____-independent.

A) existence
B) relationship
C) business
D) weak
سؤال
Some attributes are classified as ____.

A) simple
B) complex
C) defined
D) grouped
سؤال
An entity is said to be ____-dependent if it can exist in the database only when it is associated with another related entity occurrence.

A) existence
B) relationship
C) business
D) weak
سؤال
The existence of a(n) ____ relationship indicates that the minimum cardinality is at least 1 for the mandatory entity.

A) mandatory
B) optional
C) multivalued
D) single-valued
سؤال
____ attributes can have many values.

A) Composite
B) Simple
C) Single-valued
D) Multivalued
سؤال
A ____ entity has a primary key that is partially or totally derived from the parent entity in the relationship.

A) strong
B) weak
C) business
D) relationship
سؤال
A derived attribute is indicated in the Chen model by a ____.

A) single line
B) dashed line
C) circle
D) double line
سؤال
The term "____" is used to label any condition in which one or more optional relationships exist.

A) participation
B) optionality
C) cardinality
D) connectivity
سؤال
A derived attribute ____.

A) must be stored physically within the database
B) need not be physically stored within the database
C) has many values
D) must be based on the value of three or more attributes
سؤال
If the focus is on data-retrieval speed, you might also be forced to include ____ attributes in the design, which would not ordinarily be done.

A) multivalued
B) composite
C) weak
D) derived
سؤال
The associative entity is also known as a ____ entity.

A) unary
B) weak
C) strong
D) composite
سؤال
The M:N relationship between STUDENT and CLASS must be divided into two 1:M relationships through the use of the ENROLL entity; the ENROLL entity is ____.

A) weak
B) strong
C) optional
D) mandatory
سؤال
Storing ____________________ attributes requires constant maintenance.
سؤال
____ relationships are most common.

A) Unary
B) Binary
C) Ternary
D) Higher-degree
سؤال
The following step occurs first in the process of building an ERD: ____.

A) Develop the initial ERD.
B) Create a detailed narrative of the organization's description of operations.
C) Identify the attributes and primary keys that adequately describe the entities.
D) Identify the business rules based on the description of operations.
سؤال
____________________ are characteristics of entities.
سؤال
If Tiny College had some departments that were classified as "research only," they would not offer courses; therefore, the COURSE entity would be ____ to the DEPARTMENT entity.

A) existence-dependent
B) independent
C) weak
D) optional
سؤال
The Crow's Foot model is more ____________________-oriented than the Chen model.
سؤال
If an employee within an EMPLOYEE entity has a relationship with itself, that relationship is known as a ____ relationship.

A) self
B) self-referring
C) looping
D) recursive
سؤال
Complex ____ requirements may dictate data transformations, and they may expand the number of entities and attributes within the design.

A) information
B) entity
C) design
D) processing
سؤال
A person's social security number would be an example of a(n) ____________________ attribute.
سؤال
A(n) ____ entity is composed of the primary keys of each of the entities to be connected.

A) associative
B) recursive
C) unary
D) binary
سؤال
A(n) ____________________ attribute need not be physically stored within the database.
سؤال
A(n) ____________________ attribute is an attribute that must have a value.
سؤال
The ____________________ refers to a specific table row as an entity instance.
سؤال
Instead of storing a person's age, it is better to store the date of birth and use the difference between that value and the system date as a(n) ____________________ attribute.
سؤال
A ____ relationship exists when three entities are associated.

A) unary
B) binary
C) ternary
D) weak
سؤال
The ERM forms the basis of a(n) ___________________________________.
سؤال
____________________ are underlined in an ER diagram.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 7: Data Modeling With Entity Relationship Diagrams
1
The Crow's Foot model is less implementation-oriented than the Chen model.
False
2
Attributes are types of entities.
False
3
The ER diagram represents the conceptual database as viewed by the end user.
True
4
An ERM is dependent on the database type.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
5
In an ER diagram, primary keys are usually bolded.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
6
The DBMS can easily handle multivalued attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
7
In both the Chen and Crow's Foot models, an entity is represented with a rectangle containing the entity's name.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
8
All simple attributes are also single-valued.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
9
In the Chen model, a multivalued attribute is connected to the owning entity with a double line.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
10
The word "entity" in the ER model corresponds to a table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
11
Attributes have a domain that specifies the data type of the attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
12
The ER model refers to a specific table row as an entity instance.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
13
In the original Chen model, each attribute is represented using an oval with the attribute name connected to the entity with a line.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
14
Derived attributes are stored in a special database table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
15
The ER model refers to a specific table row as an entity occurrence.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
16
Ideally, a primary key is composed of several attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
17
A composite identifier is a primary key composed of more than one attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
18
Attributes cannot share a domain.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
19
All attributes are either simple or composite.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
20
Software vendors have adopted the Chen representation because of its compact representation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
21
Some ____ database modeling concepts can be expressed only using the Chen notation.

A) developmental
B) conceptual
C) actual
D) specific
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
22
In Chen notation, there is no way to represent cardinality.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
23
A ____ attribute can be further subdivided to yield additional attributes.

A) composite
B) simple
C) single-valued
D) multivalued
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
24
The ____ attribute(s) make up the primary key in the table definition: CLASS (CRS_CODE, CLASS_SECTION, CLASS_TIME, CLASS_ROOM, PROF_NUM)

A) CRS_CODE
B) CLASS_SECTION
C) CRS_CODE and CLASS_SECTION
D) There is no primary key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
25
A ____ attribute is one that cannot be subdivided.

A) composite
B) simple
C) single-valued
D) multivalued
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
26
A ____ identifier is composed of more than one attribute.

A) primary
B) foreign
C) composite
D) domain
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
27
A weak relationship exists if the primary key of the related entity contains at least one primary key component of the parent entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
28
A relationship is identified by a name that describes the relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
29
In an ER diagram, primary keys are indicated by ____.

A) bolding
B) italics
C) underlining
D) a special font
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
30
Connectivities and cardinalities are established by business rules.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
31
The ERD represents the ____ database as viewed by the end user.

A) condensed
B) physical
C) logical
D) conceptual
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
32
Ideally, an entity identifier is composed of ____ attribute(s).

A) zero
B) one
C) two
D) six
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
33
Relationships operate only in one direction.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
34
The set of possible values for an attribute is a ____.

A) domain
B) range
C) set
D) key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
35
A recursive relationship is one in which a relationship can exist between occurrences of the same entity set
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
36
A weak entity has a primary key that is partially or totally derived from the parent entity in the relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
37
Cardinality expresses the minimum and maximum number of entity occurrences associated with one occurrence of the related entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
38
You should always load data from the 1 side of a 1:M relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
39
The existence of a mandatory relationship indicates that the minimum cardinality is 0 or 1 for the mandatory entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
40
Attributes may share a ____.

A) name
B) domain
C) location
D) table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
41
A ____ should be a derived attribute.

A) person's name
B) person's age
C) person's social security number
D) person's phone number
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
42
A relationship is an association between ____.

A) objects
B) entities
C) databases
D) fields
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
43
The Crow's foot symbol with two parallel lines indicates ____ cardinality.

A) (0,N)
B) (1,N)
C) (1,1)
D) (0,1)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
44
In the ERD, cardinality is indicated using the ____ notation.

A) (max, min)
B) (min, max)
C) [min ... max]
D) {min|max}
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
45
A ____ relationship exists when an association is maintained within a single entity.

A) unary
B) ternary
C) binary
D) weak
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
46
A ____ relationship exists when two entities are associated.

A) unary
B) binary
C) ternary
D) weak
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
47
Knowing the ____ number of entity occurrences is very helpful at the application software level.

A) maximum
B) minimum
C) approximate
D) maximum and minimum
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
48
A ____ attribute can have only one value.

A) composite
B) simple
C) single-valued
D) multivalued
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
49
Another word for existence-independent is ____.

A) weak
B) alone
C) unary
D) strong
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
50
When the PK of one entity does not contain the PK of a related entity, the relationship is ____.

A) missing
B) weak
C) strong
D) neutral
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
51
Although the conceptual model can handle ____ relationhips and multivalued attribues, you should not implement them in the RDBMS.

A) 1:1
B) M:N
C) 1:M
D) 1:N
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
52
If an entity can exist apart from one or more related entities, it is said to be ____-independent.

A) existence
B) relationship
C) business
D) weak
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
53
Some attributes are classified as ____.

A) simple
B) complex
C) defined
D) grouped
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
54
An entity is said to be ____-dependent if it can exist in the database only when it is associated with another related entity occurrence.

A) existence
B) relationship
C) business
D) weak
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
55
The existence of a(n) ____ relationship indicates that the minimum cardinality is at least 1 for the mandatory entity.

A) mandatory
B) optional
C) multivalued
D) single-valued
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
56
____ attributes can have many values.

A) Composite
B) Simple
C) Single-valued
D) Multivalued
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
57
A ____ entity has a primary key that is partially or totally derived from the parent entity in the relationship.

A) strong
B) weak
C) business
D) relationship
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
58
A derived attribute is indicated in the Chen model by a ____.

A) single line
B) dashed line
C) circle
D) double line
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
59
The term "____" is used to label any condition in which one or more optional relationships exist.

A) participation
B) optionality
C) cardinality
D) connectivity
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
60
A derived attribute ____.

A) must be stored physically within the database
B) need not be physically stored within the database
C) has many values
D) must be based on the value of three or more attributes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
61
If the focus is on data-retrieval speed, you might also be forced to include ____ attributes in the design, which would not ordinarily be done.

A) multivalued
B) composite
C) weak
D) derived
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
62
The associative entity is also known as a ____ entity.

A) unary
B) weak
C) strong
D) composite
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
63
The M:N relationship between STUDENT and CLASS must be divided into two 1:M relationships through the use of the ENROLL entity; the ENROLL entity is ____.

A) weak
B) strong
C) optional
D) mandatory
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
64
Storing ____________________ attributes requires constant maintenance.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
65
____ relationships are most common.

A) Unary
B) Binary
C) Ternary
D) Higher-degree
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
66
The following step occurs first in the process of building an ERD: ____.

A) Develop the initial ERD.
B) Create a detailed narrative of the organization's description of operations.
C) Identify the attributes and primary keys that adequately describe the entities.
D) Identify the business rules based on the description of operations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
67
____________________ are characteristics of entities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
68
If Tiny College had some departments that were classified as "research only," they would not offer courses; therefore, the COURSE entity would be ____ to the DEPARTMENT entity.

A) existence-dependent
B) independent
C) weak
D) optional
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
69
The Crow's Foot model is more ____________________-oriented than the Chen model.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
70
If an employee within an EMPLOYEE entity has a relationship with itself, that relationship is known as a ____ relationship.

A) self
B) self-referring
C) looping
D) recursive
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
71
Complex ____ requirements may dictate data transformations, and they may expand the number of entities and attributes within the design.

A) information
B) entity
C) design
D) processing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
72
A person's social security number would be an example of a(n) ____________________ attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
73
A(n) ____ entity is composed of the primary keys of each of the entities to be connected.

A) associative
B) recursive
C) unary
D) binary
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
74
A(n) ____________________ attribute need not be physically stored within the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
75
A(n) ____________________ attribute is an attribute that must have a value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
76
The ____________________ refers to a specific table row as an entity instance.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
77
Instead of storing a person's age, it is better to store the date of birth and use the difference between that value and the system date as a(n) ____________________ attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
78
A ____ relationship exists when three entities are associated.

A) unary
B) binary
C) ternary
D) weak
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
79
The ERM forms the basis of a(n) ___________________________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
80
____________________ are underlined in an ER diagram.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.