Deck 9: Extension-Database Design

ملء الشاشة (f)
exit full mode
سؤال
Each entity should have one unique identifier.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Normalization is a process that helps ensure that the tables from the database design process are well structured.
سؤال
A physical representation of a database is called a data model.
سؤال
In E-R diagrams, entities are represented with rectangles.
سؤال
E-R diagrams are too cumbersome for use in database design discussions.
سؤال
Once the entities have been defined, the data model can be implemented directly on the DBMS.
سؤال
"Name" would be a good identifier for a customer entity in a database application.
سؤال
Users need to verify the data model for correctness.
سؤال
A data model should show how users see their "world."
سؤال
A data model describes the data and relationships that will be stored in the database.
سؤال
"Address" would be a likely attribute of a customer entity in a database application.
سؤال
The object-relationship (OR) technique is the most popular one for creating a data model.
سؤال
The data model should summarize the data requirements as derived from interviews with the end users.
سؤال
In E-R diagrams, attributes can be represented with crow's feet.
سؤال
In a 1:N type of relationship, the foreign key is stored on the "1" side.
سؤال
An entity is something you want to track.
سؤال
"PartNumber" would be a good identifier for a part entity in a database application.
سؤال
Any mistake in the data modelling stage will come back to haunt you.
سؤال
Users validate and approve the data model prior to its transformation into a database design.
سؤال
The notation N:N indicates a many-to-many relationship.
سؤال
When creating tables for an entity, the identifier of the entity becomes the ________ of the table.

A) master column.
B) key.
C) index attribute.
D) foreign key.
E) index field.
سؤال
A(n) ________ data model captures the entities and their relationships in a database application.

A) workflow
B) O-O
C) Semantic object
D) E-R
E) flowchart
سؤال
________ is used to indicate a many-to-many relationship.

A) N:M
B) 1:M
C) M:N
D) M:M
E) 1:1
سؤال
"One department can have many advisers" is an example of

A) a one-to-many relationship.
B) maximum cardinality relationship.
C) a minimum cardinality relationship.
D) a one-to-one relationship.
E) a many-to-many relationship.
سؤال
A(n) ________ diagram is like a blueprint of a database application.

A) flowchart
B) O-O
C) workflow
D) Entity-relationship (E-R)
E) O-R
سؤال
________ is the process of converting poorly structured tables into two or more well-structured tables.

A) Sharing
B) Reengineering
C) Normalization
D) Decentralization
E) Redesigning
سؤال
A person, place, or object would be represented in a database application as a(n)

A) entity.
B) record.
C) table.
D) class.
E) object.
سؤال
The easiest time to change a database design is during the data modelling stage.
سؤال
________ is (are) the most popular diagramming tool(s) for database applications.

A) O-O
B) E-R diagrams
C) Flowcharts
D) Workflows
E) UML
سؤال
If the same data element is stored differently in another table, this is said to be an issue of

A) inaccurate data.
B) entity integrity.
C) data repetition.
D) normalization.
E) data integrity.
سؤال
The most confusing type of a relationship is the ________ relationship.

A) 1:N
B) M:M
C) N:M
D) 1:1
E) N:1
سؤال
Normalization is a trade-off between the elimination of data duplication and processing speed.
سؤال
Entities have ________ that describes characteristics of the entity.

A) relations
B) properties
C) attributes
D) names
E) files
سؤال
In a relational database, each entity is described by

A) characters.
B) data.
C) bytes.
D) attributes.
E) records.
سؤال
When a student can have more than one adviser, it is a N:M relationship.
سؤال
An example of a one-to-many type of relationship might be

A) an employee cannot be assigned a computer.
B) an employee can be assigned an office.
C) an employee can be assigned more than one computer.
D) an employee can be assigned one and only one computer.
E) an employee is assigned a company car.
سؤال
Entities have an ________ which is an attribute whose value is associated with one and only one entity instance.

A) index
B) agenda
C) attribute
D) initial
E) identifier
سؤال
At times you may not place a field in a table because it can be readily computed in forms or reports.
سؤال
When two rows in a database are supposed to refer to the same thing and they do not, you have a data integrity problem.
سؤال
UML stands for

A) Unified Modeling Language.
B) Unified Metadata Language.
C) United Metadata Language.
D) Universal Metadata Language.
E) Universal Modeling Language.
سؤال
________ is the process of converting poorly-structured tables into two or more well-structured tables.

A) Application development
B) Normalization
C) Structuring
D) Clarification
E) Conversion
سؤال
Tables are transformed into ________ to remove duplicate data and other problems.

A) regular design
B) normalized design
C) regular form
D) normal form
E) relational form
سؤال
The ________ shows the number of entities that can be involved in a relationship.

A) E-R
B) UML
C) data integrity
D) workflow
E) cardinality
سؤال
The cardinality of the relationship between a employer and its employees is

A) 1:N.
B) M:N.
C) N:M.
D) 1:1.
E) N:1.
سؤال
Database practitioners classify tables into various ________ depending on the type of data integrity problems to which they might be subject.

A) layers
B) categories
C) normal forms
D) strata
E) types
سؤال
________ is the last step in developing a database application.

A) Designing the tables with the keys
B) Getting the information requirements
C) Reviewing the data model with users
D) Creating the database
E) Creating a data model
سؤال
Database developers ________ as the first step in development.

A) interview users
B) create a relational model
C) create an E-R diagram
D) create a data model
E) write queries
سؤال
One difficulty with designing database is the ________ number of possibilities of what to include.

A) small
B) minimal
C) large
D) fixed
E) known
سؤال
When you place data into a database, you need to place (the) ________ records first.

A) first
B) foreign key
C) primary key
D) any
E) indexed
سؤال
The user's review of the data model is

A) done after the database is programmed
B) treated as a casual process
C) not necessary
D) not usually done
E) crucial
سؤال
If a student is allowed to have multiple majors and advisers are assigned to multiple students, these would be examples of ________ relationships.

A) M:N
B) N:1
C) 1:1
D) N:M
E) 1:N
سؤال
________ would be the best identifier attribute for an employee table.

A) Birth Date
B) Social Insurance number
C) Last Name
D) Phone number
E) First Name and Last Name
سؤال
On the many side of a relationship, you place the ________ of the ________ relationship to represent the relationships in the database.

A) foreign key, one side
B) primary key, one side
C) index key, one side
D) primary key, many side
E) foreign key, many side
سؤال
A 1:N relationship relates ________ record(s) to ________ record(s) in a database.

A) many, one
B) one, three
C) one, one
D) many, many
E) one, many
سؤال
Understanding how to interpret E-R diagrams will help you interpret ________ with a bit of study.

A) flow diagrams
B) relational models
C) UML models
D) O-O models
E) workflow models
سؤال
A crow's foot diagram is a type of

A) relationship map.
B) data model.
C) E-R diagram.
D) UML model.
E) normalization model.
سؤال
In an automobile table, the ________ would make the best table key.

A) model
B) a combination of make and model
C) make
D) license plate number
E) VIN
سؤال
A N:M relationship is represented with a(n)

A) intersection table.
B) entity.
C) composite table.
D) linking field.
E) index field.
سؤال
In a one-to-many relationship, the foreign key is stored in the table that is on the ________ side of the relationship.

A) weak
B) many
C) many-to many
D) one
E) cardinal
سؤال
There is (are) ________ style(s) of E-R diagrams.

A) two
B) one
C) several
D) 15
E) 10
سؤال
A(n) ________ is an attribute or group of attributes whose value is associated with one and only one entity instance.
سؤال
An E-R data model captures both the entities involved and the ________ between the entities.
سؤال
________ cardinality indicates the most entities that can be involved in a relationship.
سؤال
A(n) ________ is a characteristic of an entity.
سؤال
Entities have ________ with one another.
سؤال
The number of entities that can be involved in a relationship in a data model is called the ________.
سؤال
________ form removes duplicate data and other problems from a table.
سؤال
A(n) ________ is an attribute or group of attributes whose value is associated with one and only one entity instance.
سؤال
In an E-R data model, the crow's feet symbol is used to indicate the ________ side of the relationship.
سؤال
In order to represent a(n) ________ type of relationship, a third table is created using the keys from the two entities being related.
سؤال
________ problems can occur when data is duplicated.
سؤال
The easiest time to change a database is during the ________ stage.
سؤال
The foreign key is put on the ________ side of a one-to-many relationship.
سؤال
________ is a process for ensuring that the tables in a database design are efficient and well-structured.
سؤال
When a table contains inaccurate data for the same data elements in a table, it is said that the data in the table lacks ________.
سؤال
A(n) ________ is something users want to track.
سؤال
A crow's foot diagram is a type of ________.
سؤال
The easiest time to make changes to the database structure is during the ________ phase.
سؤال
________ is the notation used to describe a many-to-many relationship.
سؤال
________ is the second most popular data modeling technique.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/87
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 9: Extension-Database Design
1
Each entity should have one unique identifier.
True
2
Normalization is a process that helps ensure that the tables from the database design process are well structured.
True
3
A physical representation of a database is called a data model.
False
4
In E-R diagrams, entities are represented with rectangles.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
5
E-R diagrams are too cumbersome for use in database design discussions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
6
Once the entities have been defined, the data model can be implemented directly on the DBMS.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
7
"Name" would be a good identifier for a customer entity in a database application.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
8
Users need to verify the data model for correctness.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
9
A data model should show how users see their "world."
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
10
A data model describes the data and relationships that will be stored in the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
11
"Address" would be a likely attribute of a customer entity in a database application.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
12
The object-relationship (OR) technique is the most popular one for creating a data model.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
13
The data model should summarize the data requirements as derived from interviews with the end users.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
14
In E-R diagrams, attributes can be represented with crow's feet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
15
In a 1:N type of relationship, the foreign key is stored on the "1" side.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
16
An entity is something you want to track.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
17
"PartNumber" would be a good identifier for a part entity in a database application.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
18
Any mistake in the data modelling stage will come back to haunt you.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
19
Users validate and approve the data model prior to its transformation into a database design.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
20
The notation N:N indicates a many-to-many relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
21
When creating tables for an entity, the identifier of the entity becomes the ________ of the table.

A) master column.
B) key.
C) index attribute.
D) foreign key.
E) index field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
22
A(n) ________ data model captures the entities and their relationships in a database application.

A) workflow
B) O-O
C) Semantic object
D) E-R
E) flowchart
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
23
________ is used to indicate a many-to-many relationship.

A) N:M
B) 1:M
C) M:N
D) M:M
E) 1:1
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
24
"One department can have many advisers" is an example of

A) a one-to-many relationship.
B) maximum cardinality relationship.
C) a minimum cardinality relationship.
D) a one-to-one relationship.
E) a many-to-many relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
25
A(n) ________ diagram is like a blueprint of a database application.

A) flowchart
B) O-O
C) workflow
D) Entity-relationship (E-R)
E) O-R
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
26
________ is the process of converting poorly structured tables into two or more well-structured tables.

A) Sharing
B) Reengineering
C) Normalization
D) Decentralization
E) Redesigning
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
27
A person, place, or object would be represented in a database application as a(n)

A) entity.
B) record.
C) table.
D) class.
E) object.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
28
The easiest time to change a database design is during the data modelling stage.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
29
________ is (are) the most popular diagramming tool(s) for database applications.

A) O-O
B) E-R diagrams
C) Flowcharts
D) Workflows
E) UML
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
30
If the same data element is stored differently in another table, this is said to be an issue of

A) inaccurate data.
B) entity integrity.
C) data repetition.
D) normalization.
E) data integrity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
31
The most confusing type of a relationship is the ________ relationship.

A) 1:N
B) M:M
C) N:M
D) 1:1
E) N:1
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
32
Normalization is a trade-off between the elimination of data duplication and processing speed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
33
Entities have ________ that describes characteristics of the entity.

A) relations
B) properties
C) attributes
D) names
E) files
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
34
In a relational database, each entity is described by

A) characters.
B) data.
C) bytes.
D) attributes.
E) records.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
35
When a student can have more than one adviser, it is a N:M relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
36
An example of a one-to-many type of relationship might be

A) an employee cannot be assigned a computer.
B) an employee can be assigned an office.
C) an employee can be assigned more than one computer.
D) an employee can be assigned one and only one computer.
E) an employee is assigned a company car.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
37
Entities have an ________ which is an attribute whose value is associated with one and only one entity instance.

A) index
B) agenda
C) attribute
D) initial
E) identifier
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
38
At times you may not place a field in a table because it can be readily computed in forms or reports.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
39
When two rows in a database are supposed to refer to the same thing and they do not, you have a data integrity problem.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
40
UML stands for

A) Unified Modeling Language.
B) Unified Metadata Language.
C) United Metadata Language.
D) Universal Metadata Language.
E) Universal Modeling Language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
41
________ is the process of converting poorly-structured tables into two or more well-structured tables.

A) Application development
B) Normalization
C) Structuring
D) Clarification
E) Conversion
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
42
Tables are transformed into ________ to remove duplicate data and other problems.

A) regular design
B) normalized design
C) regular form
D) normal form
E) relational form
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
43
The ________ shows the number of entities that can be involved in a relationship.

A) E-R
B) UML
C) data integrity
D) workflow
E) cardinality
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
44
The cardinality of the relationship between a employer and its employees is

A) 1:N.
B) M:N.
C) N:M.
D) 1:1.
E) N:1.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
45
Database practitioners classify tables into various ________ depending on the type of data integrity problems to which they might be subject.

A) layers
B) categories
C) normal forms
D) strata
E) types
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
46
________ is the last step in developing a database application.

A) Designing the tables with the keys
B) Getting the information requirements
C) Reviewing the data model with users
D) Creating the database
E) Creating a data model
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
47
Database developers ________ as the first step in development.

A) interview users
B) create a relational model
C) create an E-R diagram
D) create a data model
E) write queries
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
48
One difficulty with designing database is the ________ number of possibilities of what to include.

A) small
B) minimal
C) large
D) fixed
E) known
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
49
When you place data into a database, you need to place (the) ________ records first.

A) first
B) foreign key
C) primary key
D) any
E) indexed
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
50
The user's review of the data model is

A) done after the database is programmed
B) treated as a casual process
C) not necessary
D) not usually done
E) crucial
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
51
If a student is allowed to have multiple majors and advisers are assigned to multiple students, these would be examples of ________ relationships.

A) M:N
B) N:1
C) 1:1
D) N:M
E) 1:N
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
52
________ would be the best identifier attribute for an employee table.

A) Birth Date
B) Social Insurance number
C) Last Name
D) Phone number
E) First Name and Last Name
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
53
On the many side of a relationship, you place the ________ of the ________ relationship to represent the relationships in the database.

A) foreign key, one side
B) primary key, one side
C) index key, one side
D) primary key, many side
E) foreign key, many side
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
54
A 1:N relationship relates ________ record(s) to ________ record(s) in a database.

A) many, one
B) one, three
C) one, one
D) many, many
E) one, many
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
55
Understanding how to interpret E-R diagrams will help you interpret ________ with a bit of study.

A) flow diagrams
B) relational models
C) UML models
D) O-O models
E) workflow models
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
56
A crow's foot diagram is a type of

A) relationship map.
B) data model.
C) E-R diagram.
D) UML model.
E) normalization model.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
57
In an automobile table, the ________ would make the best table key.

A) model
B) a combination of make and model
C) make
D) license plate number
E) VIN
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
58
A N:M relationship is represented with a(n)

A) intersection table.
B) entity.
C) composite table.
D) linking field.
E) index field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
59
In a one-to-many relationship, the foreign key is stored in the table that is on the ________ side of the relationship.

A) weak
B) many
C) many-to many
D) one
E) cardinal
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
60
There is (are) ________ style(s) of E-R diagrams.

A) two
B) one
C) several
D) 15
E) 10
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
61
A(n) ________ is an attribute or group of attributes whose value is associated with one and only one entity instance.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
62
An E-R data model captures both the entities involved and the ________ between the entities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
63
________ cardinality indicates the most entities that can be involved in a relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
64
A(n) ________ is a characteristic of an entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
65
Entities have ________ with one another.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
66
The number of entities that can be involved in a relationship in a data model is called the ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
67
________ form removes duplicate data and other problems from a table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
68
A(n) ________ is an attribute or group of attributes whose value is associated with one and only one entity instance.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
69
In an E-R data model, the crow's feet symbol is used to indicate the ________ side of the relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
70
In order to represent a(n) ________ type of relationship, a third table is created using the keys from the two entities being related.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
71
________ problems can occur when data is duplicated.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
72
The easiest time to change a database is during the ________ stage.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
73
The foreign key is put on the ________ side of a one-to-many relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
74
________ is a process for ensuring that the tables in a database design are efficient and well-structured.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
75
When a table contains inaccurate data for the same data elements in a table, it is said that the data in the table lacks ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
76
A(n) ________ is something users want to track.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
77
A crow's foot diagram is a type of ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
78
The easiest time to make changes to the database structure is during the ________ phase.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
79
________ is the notation used to describe a many-to-many relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
80
________ is the second most popular data modeling technique.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.