Deck 3: The Relational Model and Normalization

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

A)table
B)tuple
C)relationship
D)attribute
E)field
سؤال
An attribute is also known as a ________.

A)table
B)relation
C)row
D)field
E)file
سؤال
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
E)removal anomaly
سؤال
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
E)dependency
سؤال
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
E)dependency
سؤال
Which of the following is true about the functional dependency A → (X,Y)?

A)X is functionally dependent on A.
B)A determines Y.
C)A is a determinant.
D)X and Y are functionally dependent on A.
E)All of the above.
سؤال
Referential integrity constraints are used to limit the possible values of a ________.

A)composite key
B)candidate key
C)foreign key
D)surrogate key
E)dependency
سؤال
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
E)dependency
سؤال
Normalization is a process used to deal with which of the following modification anomalies?

A)Insertion anomaly
B)Update anomaly
C)Deletion anomaly
D)A and B
E)A,B and C
سؤال
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
E)normal form
سؤال
A determinant that determines all the other columns in a relation is a ________.

A)record
B)field
C)foreign key
D)candidate key
E)surrogate key
سؤال
The only reason(s)for having relations is to ________.

A)store instances of functional dependencies
B)store equation components
C)store equation results
D)B and C
E)A,B and C
سؤال
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 that entity,we can determine the value of one other entity
D)the functional dependency will have to be removed through normalization
E)All of the above.
سؤال
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.
E)A determines B.
سؤال
Given the functional dependency (A,B)→ C,then ________.

A)A → B
B)A → C
C)B → A
D)B → C
E)None of the above is correct.
سؤال
A combination of two or more columns used to identify particular rows in a relation is a ________.

A)record
B)field
C)composite key
D)foreign key
E)surrogate key
سؤال
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
E)dependency
سؤال
Given the functional dependency (A,B)→ C,(A,B)is a(n)________.

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

A)independent variable
B)dependent variable
C)determinant
D)composite determinant
E)C and D
سؤال
A tuple is also known as a ________.

A)table
B)relation
C)row
D)field
E)file
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 3: The Relational Model and Normalization
1
A characteristic of a relation is that the rows of a relation may hold identical values.
False
2
In functional dependencies,the attribute whose value is known or given is referred to as the determinant.
True
3
In relational terms as defined by E.F.Codd,a row is called a tuple.
True
4
Given the functional dependency (A,B)→ C,then it is true that A → C and B → C.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
5
Functional dependencies can involve groups of attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
6
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
7
Attribute Y is functionally dependent on attribute X if the value of attribute X determines the value of Y.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
8
In the functional dependency shown as A → B,B is the determinant.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
9
The columns of a relation are sometimes called tuples.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
10
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
11
A relation is a three-dimensional table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
12
Given the functional dependency A → (B,C),then it is true that A → B and A → C.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
13
In relational terms as defined by E.F.Codd,a column is called an attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
14
A characteristic of a relation is that the cells of the relation hold a single value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 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
A relation is a table composed of columns and rows.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 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
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
19
All relations are tables,but not all tables are relations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
20
Given the functional dependency A → B,then it is necessarily true that B → A.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
21
A relation can have only one candidate key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
22
A candidate key is one of a group of keys that may serve as the primary key in a relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
23
A primary key is a candidate key that has been selected to uniquely identify rows in a relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
24
A determinant of a functional dependency may or may not be unique in a relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
25
A combination key is a group of attributes that uniquely identifies a row.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
26
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
27
A surrogate key is an artificial column that is added to a relation to be its primary key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
28
Undesirable consequences of changing the data in a relation are called "modification anomalies."
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 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
Relations are classified into "normal forms" based on the types of modification anomalies that they are vulnerable to.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
31
A key can be composed of a group of attributes taken together.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
32
Surrogate keys are normally not shown on forms or reports.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
33
A foreign key is one or more columns in one relation that also is the primary key in another table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
34
If a table meets the minimum definition of a relation,it has an effective or appropriate structure.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 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 referential integrity constraint limits the values of a foreign key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
37
A row can be uniquely identified by a key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
38
A key is a combination of one or more columns that is used to identify particular rows in a relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
39
It is possible to have a relation that does not have a key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
40
Surrogate keys usually slow performance.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
41
Any table that meets the definition of a relation is in 2NF.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
42
A defining requirement for Boyce-Codd Normal Form (BCNF)is that every candidate key must be a determinant.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
43
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)has no two identical rows
E)All of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
44
In 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
E)All of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
45
Candidate keys are called interlocking candidate keys when they share one or more attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
46
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
47
Every time we break up a relation during the normalization process,we may have to create a referential integrity constraint.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
48
Domain/key normal form requires that every constraint be a logical consequence of the definition of domains and keys.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
49
A relation that is in domain/key normal form is assured to be free from all anomalies.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
50
A relation is in 4NF if it is in BCNF and it has no multivalued dependencies.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
51
The multivalued dependency noted as A → → B,means that the value of A determines a set of values of B.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
52
A relation is in 4NF when multivalued dependencies are isolated in their own relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
53
A multivalued dependency exists when a determinant is matched to a set of values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
54
When designing or normalizing relations,each relation should have only one theme.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
55
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
56
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
57
Any table that meets the definition of a relation is said to be in first normal form (1NF).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
58
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
59
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
60
The condition that a non-key attribute determines another non-key attribute is know as transitive dependency.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
61
A relation is also known as a(n)________.

A)table
B)tuple
C)relationship
D)attribute
E)field
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
62
An attribute is also known as a ________.

A)table
B)relation
C)row
D)field
E)file
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
63
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
E)removal anomaly
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
64
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
E)dependency
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
65
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
E)dependency
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
66
Which of the following is true about the functional dependency A → (X,Y)?

A)X is functionally dependent on A.
B)A determines Y.
C)A is a determinant.
D)X and Y are functionally dependent on A.
E)All of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
67
Referential integrity constraints are used to limit the possible values of a ________.

A)composite key
B)candidate key
C)foreign key
D)surrogate key
E)dependency
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
68
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
E)dependency
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
69
Normalization is a process used to deal with which of the following modification anomalies?

A)Insertion anomaly
B)Update anomaly
C)Deletion anomaly
D)A and B
E)A,B and C
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
70
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
E)normal form
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
71
A determinant that determines all the other columns in a relation is a ________.

A)record
B)field
C)foreign key
D)candidate key
E)surrogate key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
72
The only reason(s)for having relations is to ________.

A)store instances of functional dependencies
B)store equation components
C)store equation results
D)B and C
E)A,B and C
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
73
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 that entity,we can determine the value of one other entity
D)the functional dependency will have to be removed through normalization
E)All of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
74
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.
E)A determines B.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
75
Given the functional dependency (A,B)→ C,then ________.

A)A → B
B)A → C
C)B → A
D)B → C
E)None of the above is correct.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
76
A combination of two or more columns used to identify particular rows in a relation is a ________.

A)record
B)field
C)composite key
D)foreign key
E)surrogate key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
77
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
E)dependency
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
78
Given the functional dependency (A,B)→ C,(A,B)is a(n)________.

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

A)independent variable
B)dependent variable
C)determinant
D)composite determinant
E)C and D
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
80
A tuple is also known as a ________.

A)table
B)relation
C)row
D)field
E)file
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.