Deck 3: The Relational Model and Normalization

ملء الشاشة (f)
exit full mode
سؤال
Attribute Y is functionally dependent on attribute X if the value of attribute X determines the value of Y.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Given the functional dependency (A, B) → C, then it is true that A → C and B → C.
سؤال
In relational terms as defined by E.F.Codd,a column is called an attribute.
سؤال
A functional dependency is a relationship between attributes such that if we know the value of one attribute,we can determine the value of the other attribute.
سؤال
Given the functional dependency A → (B, C), then it is true that A → B and A → C.
سؤال
All relations are tables,but not all tables are relations.
سؤال
In the functional dependency shown as A → B,B is the determinant.
سؤال
In functional dependencies,the attribute whose value is known or given is referred to as the determinant.
سؤال
A characteristic of a relation is that the rows of a relation may hold identical values.
سؤال
A characteristic of a relation is that the cells of the relation hold a single value.
سؤال
The columns of a relation are sometimes called tuples.
سؤال
The functional dependency noted as A → B means that the value of A can be determined from the value of B.
سؤال
In relational terms as defined by E.F.Codd,a row is called a tuple.
سؤال
A relation is a table composed of columns and rows.
سؤال
Given the functional dependency (A, B) → C, the attributes (A, B) are referred to as a composite determinant.
سؤال
Given the functional dependency A → B,then it is necessarily true that B → A.
سؤال
A tuple is a group of one or more columns that uniquely identifies a row.
سؤال
If by knowing the value of A we can find the value of B,then we would say that B is functionally dependent on A.
سؤال
Functional dependencies can involve groups of attributes.
سؤال
A relation is a table that has special restrictions on it.
سؤال
Undesirable consequences of changing the data in a relation are called modification anomalies.
سؤال
If a table meets the minimum definition of a relation,it has an effective or appropriate structure.
سؤال
A foreign key is one or more columns in one relation that also is the primary key in another table.
سؤال
A candidate key is one of a group of keys that may serve as the primary key in a relation.
سؤال
Surrogate keys usually slow performance.
سؤال
A surrogate key is an artificial column that is added to a relation to be its primary key.
سؤال
A determinant of a functional dependency may or may not be unique in a relation.
سؤال
A referential integrity constraint limits the values of a foreign key.
سؤال
A deletion anomaly exists when deleting data about one entity results in the loss of data about another entity.
سؤال
Surrogate keys are normally not shown on forms or reports.
سؤال
Relations are classified into normal forms based on the types of modification anomalies that they are vulnerable to.
سؤال
A combination key is a group of attributes that uniquely identifies a row.
سؤال
A constraint that requires an instance of an entity to exist in one relation before it can be referenced in another relation is called an insertion anomaly.
سؤال
A key is a combination of one or more columns that is used to identify particular rows in a relation.
سؤال
A referential integrity constraint is used to make sure the values of a foreign key match a valid value of a primary key.
سؤال
A row can be uniquely identified by a key.
سؤال
A relation can have only one candidate key.
سؤال
A key can be composed of a group of attributes taken together.
سؤال
It is possible to have a relation that does not have a key.
سؤال
A primary key is a candidate key that has been selected to uniquely identify rows in a relation.
سؤال
Any table that meets the definition of a relation is said to be in first normal form (1NF).
سؤال
Any table that meets the definition of a relation is in 2NF.
سؤال
When designing or normalizing relations,each relation should have only one theme.
سؤال
Every time we break up a relation during the normalization process,we may have to create a referential integrity constraint.
سؤال
A relation that is in domain/key normal form is assured to be free from all anomalies.
سؤال
A relation is in 3NF if and only if it is in 2NF and there are no non-key attributes determined by another non-key attribute.
سؤال
Candidate keys are called interlocking candidate keys when they share one or more attributes.
سؤال
The essence of normalization is taking a relation that is not in BCNF and breaking it into multiple relations such that each one is in BCNF.
سؤال
The multivalued dependency noted as A → → B,means that the value of A determines a set of values of B.
سؤال
A relation is in 4NF when multivalued dependencies are isolated in their own relation.
سؤال
A relation is in 2NF if and only if it is in 1NF and all non-key attributes are determined by the entire primary key.
سؤال
Which of the following is not true about a relation?

A)Has rows containing data about an entity
B)Has columns containing data about attributes of the entity
C)Has cells that hold only a single value
D)Can have two identical rows
سؤال
A defining requirement for Boyce-Codd Normal Form (BCNF)is that every candidate key must be a determinant.
سؤال
Which of the following is true for a relation?

A)Entities in a column vary as to kind.
B)The order of the columns is important.
C)The order of the rows is unimportant.
D)More than one column can use the same name.
سؤال
A multivalued dependency exists when a determinant is matched to a set of values.
سؤال
A relation is in Boyce-Codd Normal Form (BCNF)if and only if it is in 3NF and every determinant is a candidate key.
سؤال
The condition that a non-key attribute determines another non-key attribute is known as transitive dependency.
سؤال
A relation is in 4NF if it is in BCNF and it has no multivalued dependencies.
سؤال
An attribute is considered to be a non-key attribute when it is a non-prime attribute,which means that the attribute is not contained in any candidate key.
سؤال
Domain/key normal form requires that every constraint be a logical consequence of the definition of domains and keys.
سؤال
A determinant that determines all the other columns in a relation is a ________.

A)record
B)surrogate key
C)foreign key
D)candidate key
سؤال
Referential integrity constraints are used to limit the possible values of a ________.

A)composite key
B)candidate key
C)foreign key
D)surrogate key
سؤال
An attribute is also known as a ________.

A)table
B)relation
C)row
D)field
سؤال
Which of the following is NOT true about the functional dependency A → (X,Y)?

A)X is functionally dependent on A.
B)A determines Y.
C)X and Y together determine A.
D)X and Y are functionally dependent on A.
سؤال
Which of the following is true about the functional dependency (A, B) → (C, D)?

A)A is the determinant of C.
B)A and B together are determined by C and D together.
C)A and B together determine D.
D)C and D together determine A.
سؤال
A ________ is used to limit the possible values of a foreign key.

A)composite key
B)surrogate key
C)functional dependency
D)referential integrity constraint
سؤال
An artificial column added to a relation to serve as the primary key is a ________.

A)composite key
B)candidate key
C)foreign key
D)surrogate key
سؤال
A relation is also known as a(n)________.

A)table
B)tuple
C)relationship
D)attribute
سؤال
Having to enter facts about two entities when we want to enter facts about only one is an example of ________.

A)insertion anomaly
B)update anomaly
C)deletion anomaly
D)normalization anomaly
سؤال
Given the functional dependency A → (B, C), A is a(n) ________.

A)independent variable
B)dependent variable
C)determinant
D)composite determinant
سؤال
Given the functional dependency (A,B)→ C,(A,B)is a ________.

A)dependent variable
B)determinant
C)composite determinant
D)Both B and C are correct
سؤال
If the removal of facts about one entity results in the unintentional loss of data about another entity,this is referred to as a(n)________.

A)normalization anomaly
B)insertion anomaly
C)update anomaly
D)deletion anomaly
سؤال
A combination of two or more columns used to identify particular rows in a relation is a ________.

A)record
B)composite key
C)foreign key
D)surrogate key
سؤال
A key consisting of one or more columns that is a primary key in another relation is a ________.

A)composite key
B)candidate key
C)foreign key
D)surrogate key
سؤال
When designing a database,one of the candidate keys in a relation is selected as the ________.

A)composite key
B)primary key
C)foreign key
D)surrogate key
سؤال
A combination of one or more columns used to identify particular rows in a relation is a ________.

A)record
B)field
C)key
D)tuple
سؤال
Given the functional dependency (A, B) → C, then ________.

A)A and B together → C
B)A → C
C)B → A
D)Both A and B are correct
سؤال
Saying that two entities are functionally dependent means that ________.

A)the entities are always connected by a mathematical equation
B)for one of the entities,if we are given the value of that entity,we can determine the value of one other entity
C)for both of the entities,if we are given the value of one entity,we can determine the value of the other entity
D)the functional dependency will have to be removed through normalization
سؤال
A tuple is also known as a ________.

A)table
B)relation
C)row
D)field
سؤال
The only reason(s)for having relations is to ________.

A)store instances of functional dependencies
B)store equation components
C)store equation results
D)Both B and C are correct
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 3: The Relational Model and Normalization
1
Attribute Y is functionally dependent on attribute X if the value of attribute X determines the value of Y.
True
2
Given the functional dependency (A, B) → C, then it is true that A → C and B → C.
False
3
In relational terms as defined by E.F.Codd,a column is called an attribute.
True
4
A functional dependency is a relationship between attributes such that if we know the value of one attribute,we can determine the value of the other attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
5
Given the functional dependency A → (B, C), then it is true that A → B and A → C.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
6
All relations are tables,but not all tables are relations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
7
In the functional dependency shown as A → B,B is the determinant.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
8
In functional dependencies,the attribute whose value is known or given is referred to as the determinant.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
9
A characteristic of a relation is that the rows of a relation may hold identical values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
10
A characteristic of a relation is that the cells of the relation hold a single value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
11
The columns of a relation are sometimes called tuples.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
12
The functional dependency noted as A → B means that the value of A can be determined from the value of B.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
13
In relational terms as defined by E.F.Codd,a row is called a tuple.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
14
A relation is a table composed of columns and rows.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
15
Given the functional dependency (A, B) → C, the attributes (A, B) are referred to as a composite determinant.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
16
Given the functional dependency A → B,then it is necessarily true that B → A.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
17
A tuple is a group of one or more columns that uniquely identifies a row.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
18
If by knowing the value of A we can find the value of B,then we would say that B is functionally dependent on A.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
19
Functional dependencies can involve groups of attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
20
A relation is a table that has special restrictions on it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
21
Undesirable consequences of changing the data in a relation are called modification anomalies.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
22
If a table meets the minimum definition of a relation,it has an effective or appropriate structure.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
23
A foreign key is one or more columns in one relation that also is the primary key in another table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
24
A candidate key is one of a group of keys that may serve as the primary key in a relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
25
Surrogate keys usually slow performance.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
26
A surrogate key is an artificial column that is added to a relation to be its primary key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
27
A determinant of a functional dependency may or may not be unique in a relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
28
A referential integrity constraint limits the values of a foreign key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
29
A deletion anomaly exists when deleting data about one entity results in the loss of data about another entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
30
Surrogate keys are normally not shown on forms or reports.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
31
Relations are classified into normal forms based on the types of modification anomalies that they are vulnerable to.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
32
A combination key is a group of attributes that uniquely identifies a row.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
33
A constraint that requires an instance of an entity to exist in one relation before it can be referenced in another relation is called an insertion anomaly.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
34
A key is a combination of one or more columns that is used to identify particular rows in a relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
35
A referential integrity constraint is used to make sure the values of a foreign key match a valid value of a primary key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
36
A row can be uniquely identified by a key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
37
A relation can have only one candidate key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
38
A key can be composed of a group of attributes taken together.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
39
It is possible to have a relation that does not have a key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
40
A primary key is a candidate key that has been selected to uniquely identify rows in a relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
41
Any table that meets the definition of a relation is said to be in first normal form (1NF).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
42
Any table that meets the definition of a relation is in 2NF.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
43
When designing or normalizing relations,each relation should have only one theme.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
44
Every time we break up a relation during the normalization process,we may have to create a referential integrity constraint.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
45
A relation that is in domain/key normal form is assured to be free from all anomalies.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
46
A relation is in 3NF if and only if it is in 2NF and there are no non-key attributes determined by another non-key attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
47
Candidate keys are called interlocking candidate keys when they share one or more attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
48
The essence of normalization is taking a relation that is not in BCNF and breaking it into multiple relations such that each one is in BCNF.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
49
The multivalued dependency noted as A → → B,means that the value of A determines a set of values of B.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
50
A relation is in 4NF when multivalued dependencies are isolated in their own relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
51
A relation is in 2NF if and only if it is in 1NF and all non-key attributes are determined by the entire primary key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
52
Which of the following is not true about a relation?

A)Has rows containing data about an entity
B)Has columns containing data about attributes of the entity
C)Has cells that hold only a single value
D)Can have two identical rows
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
53
A defining requirement for Boyce-Codd Normal Form (BCNF)is that every candidate key must be a determinant.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
54
Which of the following is true for a relation?

A)Entities in a column vary as to kind.
B)The order of the columns is important.
C)The order of the rows is unimportant.
D)More than one column can use the same name.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
55
A multivalued dependency exists when a determinant is matched to a set of values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
56
A relation is in Boyce-Codd Normal Form (BCNF)if and only if it is in 3NF and every determinant is a candidate key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
57
The condition that a non-key attribute determines another non-key attribute is known as transitive dependency.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
58
A relation is in 4NF if it is in BCNF and it has no multivalued dependencies.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
59
An attribute is considered to be a non-key attribute when it is a non-prime attribute,which means that the attribute is not contained in any candidate key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
60
Domain/key normal form requires that every constraint be a logical consequence of the definition of domains and keys.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
61
A determinant that determines all the other columns in a relation is a ________.

A)record
B)surrogate key
C)foreign key
D)candidate key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
62
Referential integrity constraints are used to limit the possible values of a ________.

A)composite key
B)candidate key
C)foreign key
D)surrogate key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
63
An attribute is also known as a ________.

A)table
B)relation
C)row
D)field
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
64
Which of the following is NOT true about the functional dependency A → (X,Y)?

A)X is functionally dependent on A.
B)A determines Y.
C)X and Y together determine A.
D)X and Y are functionally dependent on A.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
65
Which of the following is true about the functional dependency (A, B) → (C, D)?

A)A is the determinant of C.
B)A and B together are determined by C and D together.
C)A and B together determine D.
D)C and D together determine A.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
66
A ________ is used to limit the possible values of a foreign key.

A)composite key
B)surrogate key
C)functional dependency
D)referential integrity constraint
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
67
An artificial column added to a relation to serve as the primary key is a ________.

A)composite key
B)candidate key
C)foreign key
D)surrogate key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
68
A relation is also known as a(n)________.

A)table
B)tuple
C)relationship
D)attribute
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
69
Having to enter facts about two entities when we want to enter facts about only one is an example of ________.

A)insertion anomaly
B)update anomaly
C)deletion anomaly
D)normalization anomaly
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
70
Given the functional dependency A → (B, C), A is a(n) ________.

A)independent variable
B)dependent variable
C)determinant
D)composite determinant
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
71
Given the functional dependency (A,B)→ C,(A,B)is a ________.

A)dependent variable
B)determinant
C)composite determinant
D)Both B and C are correct
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
72
If the removal of facts about one entity results in the unintentional loss of data about another entity,this is referred to as a(n)________.

A)normalization anomaly
B)insertion anomaly
C)update anomaly
D)deletion anomaly
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
73
A combination of two or more columns used to identify particular rows in a relation is a ________.

A)record
B)composite key
C)foreign key
D)surrogate key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
74
A key consisting of one or more columns that is a primary key in another relation is a ________.

A)composite key
B)candidate key
C)foreign key
D)surrogate key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
75
When designing a database,one of the candidate keys in a relation is selected as the ________.

A)composite key
B)primary key
C)foreign key
D)surrogate key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
76
A combination of one or more columns used to identify particular rows in a relation is a ________.

A)record
B)field
C)key
D)tuple
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
77
Given the functional dependency (A, B) → C, then ________.

A)A and B together → C
B)A → C
C)B → A
D)Both A and B are correct
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
78
Saying that two entities are functionally dependent means that ________.

A)the entities are always connected by a mathematical equation
B)for one of the entities,if we are given the value of that entity,we can determine the value of one other entity
C)for both of the entities,if we are given the value of one entity,we can determine the value of the other entity
D)the functional dependency will have to be removed through normalization
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
79
A tuple is also known as a ________.

A)table
B)relation
C)row
D)field
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
80
The only reason(s)for having relations is to ________.

A)store instances of functional dependencies
B)store equation components
C)store equation results
D)Both B and C are correct
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.