Deck 3: The Relational Model and Normalization

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

A)table
B)tuple
C)relationship
D)attribute
E)field
سؤال
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
سؤال
An attribute is also known as a(n)________.

A)table
B)relation
C)row
D)field
E)file
سؤال
A tuple is also known as a(n)________.

A)table
B)relation
C)row
D)field
E)file
سؤال
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
سؤال
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
سؤال
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),A 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,then ________.

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

A)composite key
B)surrogate key
C)functional dependency
D)referential integrity constraint
E)normal form
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
70
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
71
A relation is also known as a(n)________.

A)table
B)tuple
C)relationship
D)attribute
E)field
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
72
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
73
An attribute is also known as a(n)________.

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

A)table
B)relation
C)row
D)field
E)file
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
75
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
76
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
77
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
78
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
79
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
80
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
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.