Deck 2: The Relational Model

ملء الشاشة (f)
exit full mode
سؤال
Which of the following terms is synonymous with "tuple"?

A) Attribute
B) Table
C) Field
D) Row
E) Relation
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Microsoft Access forms can only contain data from one table.
سؤال
A key must be unique.
سؤال
A double arrow notation,A →→ B,is used to indicate a multivalued dependency.
سؤال
Candidate keys may or may not be unique.
سؤال
Explain the possible interpretations of a null value.
سؤال
Although Microsoft Access is a personal database,the database tables in Access are still subject to ________ if they are not well-formed.
سؤال
Ensuring that every value of a foreign key matches a value of the corresponding primary key is an example of a referential integrity constraint.
سؤال
Which of the following is not true about null values?

A) A null value can mean that the value is unknown.
B) A null value is ambiguous.
C) A null value can mean that the value is known to be blank.
D) A null value can mean that no value for the field is appropriate.
E) Null values cannot be avoided.
سؤال
________ was the developer of the relational model for databases.
سؤال
Explain the terms relation,tuple,and attribute.
سؤال
In the relational model,each row of a table contains data that represents an attribute of the entity.
سؤال
A key that contains more than one attribute is called a(n)________.

A) composite key
B) complex key
C) multi-key
D) n-key
E) candidate key
سؤال
While the relational model for databases appears to hold much promise,few commercial databases have implemented it.
سؤال
Which of the following is true about a key?

A) It may be unique.
B) It may be non-unique.
C) It can only identify one row.
D) Both A and B
E) None of the above
سؤال
To be considered a composite key,a key must contain at least two attributes.
سؤال
Every cell in a relation can hold only a single value.
سؤال
Null values can cause problems because they are ambiguous.
سؤال
Which of the following terms is synonymous with "relation"?

A) Attribute
B) Table
C) Record
D) Row
E) Tuple
سؤال
The primary key is used both to identify unique rows in a relation and to represent rows in relationships.
سؤال
Given the functional dependency for the attributes of ENTITY1,X → (A,B,
C), X is a candidate key for the relation ENTITY1 (A, B, C, X).
سؤال
A(n)________ is one or more columns of a relation that is used to identify a row.
سؤال
Distinguish between the primary key and a candidate key.
سؤال
The unique keys that are not chosen to be the primary key are called ________ keys.
سؤال
If the condition exists such that knowing the value of attribute X determines the value of attribute Y,then attribute Y is functionally dependent on attribute X.
سؤال
Which of the following is not true of surrogate keys?

A) They are meaningful to the users.
B) They are numeric.
C) They are usually generated by the DBMS.
D) They are unique.
E) They are usually hidden on forms and reports.
سؤال
Which of the following functional dependency diagrams accurately represents the following situation:
•A campus has many buildings.
•Each building has a unique name.
•Each building has many rooms.
•All rooms in any given building are numbered sequentially starting at "101."
•Each room has a certain capacity,although many rooms in the same building or different buildings may have the same capacity.
•Each room is assigned to a single department.
•A department may have many rooms in one or more buildings,each with the same or different capacities.

A) BuildingName → (RoomNumber, Capacity, Department)
B) RoomNumber → (BuildingName, Department, Capacity)
C) (Department, Capacity) → (BuildingName, RoomNumber)
D) (BuildingName, Capacity) → (Department, RoomNumber)
E) (BuildingName, RoomNumber) → (Capacity, Department)
سؤال
Since surrogate keys are used to uniquely identify rows,their values are normally displayed prominently on all forms and reports for the users to see.
سؤال
Explain the concept of a functional dependency.
سؤال
Surrogate key values have no meaning to the users.
سؤال
A primary key is ________.

A) not required to be unique
B) used to represent columns in relationships
C) a candidate key
D) always automatically generated by the DBMS
E) comprised of exactly one attribute
سؤال
The relationship between two attributes that denotes that if the value of the first attribute is known,then the value of the second attribute can be determined,is called a(n)________.
سؤال
A surrogate key may be appropriate under which of the following circumstances?

A) The primary key is not unique.
B) The primary key is numeric.
C) The available candidate keys would be prone to typographical errors.
D) The available candidate keys have little meaning to the users.
E) The relation only has one attribute.
سؤال
The key that has been designated the ________ key of a relation functionally determines all the other attributes in the relation.
سؤال
Briefly describe the various tasks of the primary key.
سؤال
The use of surrogate keys usually complicates application programming since most DBMS products require the application program to generate surrogate key values.
سؤال
A key that contains two or more attributes is called a(n)________ key.
سؤال
In SQL Server,the starting value of a surrogate key is called the ________.

A) identity
B) identity increment
C) identity Start
D) identity Seed
E) identity property
سؤال
A candidate key is ________.

A) never a primary key
B) a combination of two or more attributes
C) is always automatically generated by the DBMS
D) a candidate to be the primary key
E) None of the above
سؤال
Given the below functional dependency,
MedicineCode → (MedicineName,ShelfLife,Manufacturer,Dosage)
Which of the following statements is not known to be true?

A) MedicineCode is a determinant.
B) MedicineName is a determinant.
C) Manufacturer is functionally dependent on MedicineCode.
D) ShelfLife is functionally dependent on MedicineCode.
E) MedicineCode is a candidate key of the relation MEDICINE (MedicineName, ShelfLife, Manufacturer, Dosage).
سؤال
The first step of the normalization process is to ________.

A) identify all the candidate keys of a relation
B) identify all the foreign keys of a relation
C) identify all the functional dependencies of a relation
D) identify all the determinants of a relation
E) split the relation into two or more new relations
سؤال
In the normalization process,it is not necessary to identify all the functional dependencies in a relation.
سؤال
A(n)________ is a unique,numeric value that is appended to the relation to serve as the primary key.
سؤال
Normalization is the process of removing all functional dependencies from a relation.
سؤال
A table that meets the requirements of a relation is said to be in which normal form?

A) Relational normal form (RNF)
B) First normal form
C) Second normal form
D) Boyce-Codd normal form
E) Domain/key normal form
سؤال
Any table that meets the definition of a relation is said to be in second normal form.
سؤال
During the normalization process,the remedy for a relation that is not well formed is to ________.

A) create a surrogate key
B) create a functional dependency
C) break it into two or more relations that are well formed
D) combine it with another relation that is well formed
E) convert it into a list
سؤال
In Microsoft Access,relationships between tables are created in the Relationships window.
سؤال
In the normalization process,if you find that every determinant in a relation is a candidate key,then you have determined that the relation is well formed.
سؤال
In the normalization process,it is necessary to identify all the determinants in a relation.
سؤال
Since Microsoft Access is a personal database,it is not subject to the modification problems that occur in other relational databases.
سؤال
The first step of the normalization process is to identify all the candidate keys of a relation.
سؤال
Explain the concept of a surrogate key.
سؤال
In the normalization process,if you find a candidate key that is not a primary key then you should ________.

A) place the columns of the functional dependency in a new relation
B) make the determinant of the functional dependency the primary key of the new relation
C) leave a copy of the determinant as a foreign key in the original relation
D) remove the determinant from the original relation
E) None of the above
سؤال
In Microsoft Access,a relationship is created by dragging a foreign key column and dropping it on top of the corresponding primary key.
سؤال
In Microsoft Access,foreign keys are designated by using the Foreign Key button in the toolbar.
سؤال
In the normalization process,it is not necessary to ________.

A) identify all the candidate keys of a relation
B) identify all the foreign keys of a relation
C) identify all the functional dependencies of a relation
D) identify all the determinants of a relation
E) determine if every determinant is a candidate key
سؤال
One important relational design principle is that ________.

A) every determinant must be a candidate key
B) every candidate key must not be a determinant
C) every primary key must be a surrogate key
D) every determinant must be functionally dependent on the primary key
E) every primary key must be functionally dependent on every determinant
سؤال
To create a well-formed relation through normalization,every determinant must be a candidate key.
سؤال
In the normalization process,if you find a candidate key that is not a primary key,then you have determined that the relation needs to be broken into two or more other relations.
سؤال
What are the basic steps of the normalization process?
سؤال
In the normalization process,if you find a candidate key that is not a determinant then you should not ________.

A) place the columns of the functional dependency in a new relation
B) make the determinant of the functional dependency the primary key of the new relation
C) leave a copy of the determinant as a foreign key in the original relation
D) rename the determinant to another attribute description
E) create a referential integrity constraint between the original relation and the new relation
سؤال
Any table that meets the requirements of a(n)________ is in first normal form.
سؤال
A rule that requires that the values in a foreign key must have a matching value in the primary key to which the foreign key corresponds is called ________.

A) normalization
B) a referential integrity constraint
C) a key matching constraint
D) a functional dependency
E) synchronization
سؤال
When the primary key of one relation is placed in a second relation to represent a relationship,the attribute in the second relation is called a(n)________ key.
سؤال
To represent a relationship in the relational model,the primary key of one relation is placed into a second relation.
سؤال
In the normalization process,if you find that every determinant in a relation is a candidate key then you have determined that ________.

A) the relation is well formed
B) the relation needs to be broken into two or more new relations
C) surrogate keys in the relation may not be correctly linked to other relations
D) the relation needs to have foreign keys added in order to be correctly linked to other relations
E) referential integrity constraints concerning the relation need to be established
سؤال
To be a well-formed relation,every ________ in the relation must be a candidate key.
سؤال
Given the relations:
STUDENT (SID,StudentName,Major,AdvisorID)
ADVISOR (AdvisorID,AdvisorName,Office,Phone)
Such that each student is assigned to one advisor,which of the following is true?

A) SID is both a primary key and a foreign key.
B) AdvisorName is a determinant.
C) AdvisorID is a foreign key.
D) Phone is a candidate key.
E) Major is a candidate key.
سؤال
In Microsoft Access,relationships between tables are built in the ________.
سؤال
What is a multivalued dependency,and how do they affect the normalization process?
سؤال
When the primary key of one relation is placed into a second relation,it is called a ________.

A) field key
B) referential integrity
C) foreign key
D) candidate key
E) relocated key
سؤال
In Microsoft Access,the relationship between two tables is not actually created until ________.

A) the OK button in the Create Relationships dialog box is clicked
B) the Create button in the Create Relationships dialog box is clicked
C) the OK button in the Edit Relationships dialog box is clicked
D) the Create button in the Edit Relationships dialog box is clicked
E) the Join button in the Edit Relationships dialog box is clicked
سؤال
When used to represent a relationship,the primary key must have the same name as the corresponding foreign key.
سؤال
What is normalization?
سؤال
In Microsoft Access,the Relationships window is accessed by using the ________ button on the Database tools command tab.
سؤال
In Microsoft Access,referential integrity constraints are created ________.

A) by setting a property value on the primary key in the table which contains it
B) by setting a property value on the foreign key in the table which contains it
C) by setting a property value on the primary key in the Relationships window
D) by setting a property value on the foreign key in the Relationships window
E) by checking the Enforce Referential Integrity check box in the Edit Relationships dialog box
سؤال
A rule that requires every value in a foreign key to match values in the corresponding primary key is called a(n)________ constraint.
سؤال
In Microsoft Access,a relationship between two tables is created ________.

A) by entering the name of the foreign key in the appropriate table in Design View
B) by entering the name of the primary key in the appropriate table in Design View
C) by dragging the primary key column of one table onto the foreign key column of the other table in the Relationships window
D) by dragging the foreign key column of one table onto the primary key column of the other table in the Relationships window
E) by dragging the primary key column of one table onto the primary key column of the other table in the Relationships window
سؤال
In Microsoft Access,relationships between tables are created ________.

A) by the Relationships button on the Create command tab
B) by the Relationships button on the Home command tab
C) in the Relationships window
D) in the Table window of the table containing the primary key
E) in the Table window of the table containing the foreign key
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/90
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 2: The Relational Model
1
Which of the following terms is synonymous with "tuple"?

A) Attribute
B) Table
C) Field
D) Row
E) Relation
D
2
Microsoft Access forms can only contain data from one table.
False
3
A key must be unique.
False
4
A double arrow notation,A →→ B,is used to indicate a multivalued dependency.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
5
Candidate keys may or may not be unique.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
6
Explain the possible interpretations of a null value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
7
Although Microsoft Access is a personal database,the database tables in Access are still subject to ________ if they are not well-formed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
8
Ensuring that every value of a foreign key matches a value of the corresponding primary key is an example of a referential integrity constraint.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
9
Which of the following is not true about null values?

A) A null value can mean that the value is unknown.
B) A null value is ambiguous.
C) A null value can mean that the value is known to be blank.
D) A null value can mean that no value for the field is appropriate.
E) Null values cannot be avoided.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
10
________ was the developer of the relational model for databases.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
11
Explain the terms relation,tuple,and attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
12
In the relational model,each row of a table contains data that represents an attribute of the entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
13
A key that contains more than one attribute is called a(n)________.

A) composite key
B) complex key
C) multi-key
D) n-key
E) candidate key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
14
While the relational model for databases appears to hold much promise,few commercial databases have implemented it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
15
Which of the following is true about a key?

A) It may be unique.
B) It may be non-unique.
C) It can only identify one row.
D) Both A and B
E) None of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
16
To be considered a composite key,a key must contain at least two attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
17
Every cell in a relation can hold only a single value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
18
Null values can cause problems because they are ambiguous.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
19
Which of the following terms is synonymous with "relation"?

A) Attribute
B) Table
C) Record
D) Row
E) Tuple
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
20
The primary key is used both to identify unique rows in a relation and to represent rows in relationships.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
21
Given the functional dependency for the attributes of ENTITY1,X → (A,B,
C), X is a candidate key for the relation ENTITY1 (A, B, C, X).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
22
A(n)________ is one or more columns of a relation that is used to identify a row.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
23
Distinguish between the primary key and a candidate key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
24
The unique keys that are not chosen to be the primary key are called ________ keys.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
25
If the condition exists such that knowing the value of attribute X determines the value of attribute Y,then attribute Y is functionally dependent on attribute X.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
26
Which of the following is not true of surrogate keys?

A) They are meaningful to the users.
B) They are numeric.
C) They are usually generated by the DBMS.
D) They are unique.
E) They are usually hidden on forms and reports.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
27
Which of the following functional dependency diagrams accurately represents the following situation:
•A campus has many buildings.
•Each building has a unique name.
•Each building has many rooms.
•All rooms in any given building are numbered sequentially starting at "101."
•Each room has a certain capacity,although many rooms in the same building or different buildings may have the same capacity.
•Each room is assigned to a single department.
•A department may have many rooms in one or more buildings,each with the same or different capacities.

A) BuildingName → (RoomNumber, Capacity, Department)
B) RoomNumber → (BuildingName, Department, Capacity)
C) (Department, Capacity) → (BuildingName, RoomNumber)
D) (BuildingName, Capacity) → (Department, RoomNumber)
E) (BuildingName, RoomNumber) → (Capacity, Department)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
28
Since surrogate keys are used to uniquely identify rows,their values are normally displayed prominently on all forms and reports for the users to see.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
29
Explain the concept of a functional dependency.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
30
Surrogate key values have no meaning to the users.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
31
A primary key is ________.

A) not required to be unique
B) used to represent columns in relationships
C) a candidate key
D) always automatically generated by the DBMS
E) comprised of exactly one attribute
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
32
The relationship between two attributes that denotes that if the value of the first attribute is known,then the value of the second attribute can be determined,is called a(n)________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
33
A surrogate key may be appropriate under which of the following circumstances?

A) The primary key is not unique.
B) The primary key is numeric.
C) The available candidate keys would be prone to typographical errors.
D) The available candidate keys have little meaning to the users.
E) The relation only has one attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
34
The key that has been designated the ________ key of a relation functionally determines all the other attributes in the relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
35
Briefly describe the various tasks of the primary key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
36
The use of surrogate keys usually complicates application programming since most DBMS products require the application program to generate surrogate key values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
37
A key that contains two or more attributes is called a(n)________ key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
38
In SQL Server,the starting value of a surrogate key is called the ________.

A) identity
B) identity increment
C) identity Start
D) identity Seed
E) identity property
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
39
A candidate key is ________.

A) never a primary key
B) a combination of two or more attributes
C) is always automatically generated by the DBMS
D) a candidate to be the primary key
E) None of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
40
Given the below functional dependency,
MedicineCode → (MedicineName,ShelfLife,Manufacturer,Dosage)
Which of the following statements is not known to be true?

A) MedicineCode is a determinant.
B) MedicineName is a determinant.
C) Manufacturer is functionally dependent on MedicineCode.
D) ShelfLife is functionally dependent on MedicineCode.
E) MedicineCode is a candidate key of the relation MEDICINE (MedicineName, ShelfLife, Manufacturer, Dosage).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
41
The first step of the normalization process is to ________.

A) identify all the candidate keys of a relation
B) identify all the foreign keys of a relation
C) identify all the functional dependencies of a relation
D) identify all the determinants of a relation
E) split the relation into two or more new relations
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
42
In the normalization process,it is not necessary to identify all the functional dependencies in a relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
43
A(n)________ is a unique,numeric value that is appended to the relation to serve as the primary key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
44
Normalization is the process of removing all functional dependencies from a relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
45
A table that meets the requirements of a relation is said to be in which normal form?

A) Relational normal form (RNF)
B) First normal form
C) Second normal form
D) Boyce-Codd normal form
E) Domain/key normal form
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
46
Any table that meets the definition of a relation is said to be in second normal form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
47
During the normalization process,the remedy for a relation that is not well formed is to ________.

A) create a surrogate key
B) create a functional dependency
C) break it into two or more relations that are well formed
D) combine it with another relation that is well formed
E) convert it into a list
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
48
In Microsoft Access,relationships between tables are created in the Relationships window.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
49
In the normalization process,if you find that every determinant in a relation is a candidate key,then you have determined that the relation is well formed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
50
In the normalization process,it is necessary to identify all the determinants in a relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
51
Since Microsoft Access is a personal database,it is not subject to the modification problems that occur in other relational databases.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
52
The first step of the normalization process is to identify all the candidate keys of a relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
53
Explain the concept of a surrogate key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
54
In the normalization process,if you find a candidate key that is not a primary key then you should ________.

A) place the columns of the functional dependency in a new relation
B) make the determinant of the functional dependency the primary key of the new relation
C) leave a copy of the determinant as a foreign key in the original relation
D) remove the determinant from the original relation
E) None of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
55
In Microsoft Access,a relationship is created by dragging a foreign key column and dropping it on top of the corresponding primary key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
56
In Microsoft Access,foreign keys are designated by using the Foreign Key button in the toolbar.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
57
In the normalization process,it is not necessary to ________.

A) identify all the candidate keys of a relation
B) identify all the foreign keys of a relation
C) identify all the functional dependencies of a relation
D) identify all the determinants of a relation
E) determine if every determinant is a candidate key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
58
One important relational design principle is that ________.

A) every determinant must be a candidate key
B) every candidate key must not be a determinant
C) every primary key must be a surrogate key
D) every determinant must be functionally dependent on the primary key
E) every primary key must be functionally dependent on every determinant
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
59
To create a well-formed relation through normalization,every determinant must be a candidate key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
60
In the normalization process,if you find a candidate key that is not a primary key,then you have determined that the relation needs to be broken into two or more other relations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
61
What are the basic steps of the normalization process?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
62
In the normalization process,if you find a candidate key that is not a determinant then you should not ________.

A) place the columns of the functional dependency in a new relation
B) make the determinant of the functional dependency the primary key of the new relation
C) leave a copy of the determinant as a foreign key in the original relation
D) rename the determinant to another attribute description
E) create a referential integrity constraint between the original relation and the new relation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
63
Any table that meets the requirements of a(n)________ is in first normal form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
64
A rule that requires that the values in a foreign key must have a matching value in the primary key to which the foreign key corresponds is called ________.

A) normalization
B) a referential integrity constraint
C) a key matching constraint
D) a functional dependency
E) synchronization
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
65
When the primary key of one relation is placed in a second relation to represent a relationship,the attribute in the second relation is called a(n)________ key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
66
To represent a relationship in the relational model,the primary key of one relation is placed into a second relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
67
In the normalization process,if you find that every determinant in a relation is a candidate key then you have determined that ________.

A) the relation is well formed
B) the relation needs to be broken into two or more new relations
C) surrogate keys in the relation may not be correctly linked to other relations
D) the relation needs to have foreign keys added in order to be correctly linked to other relations
E) referential integrity constraints concerning the relation need to be established
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
68
To be a well-formed relation,every ________ in the relation must be a candidate key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
69
Given the relations:
STUDENT (SID,StudentName,Major,AdvisorID)
ADVISOR (AdvisorID,AdvisorName,Office,Phone)
Such that each student is assigned to one advisor,which of the following is true?

A) SID is both a primary key and a foreign key.
B) AdvisorName is a determinant.
C) AdvisorID is a foreign key.
D) Phone is a candidate key.
E) Major is a candidate key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
70
In Microsoft Access,relationships between tables are built in the ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
71
What is a multivalued dependency,and how do they affect the normalization process?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
72
When the primary key of one relation is placed into a second relation,it is called a ________.

A) field key
B) referential integrity
C) foreign key
D) candidate key
E) relocated key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
73
In Microsoft Access,the relationship between two tables is not actually created until ________.

A) the OK button in the Create Relationships dialog box is clicked
B) the Create button in the Create Relationships dialog box is clicked
C) the OK button in the Edit Relationships dialog box is clicked
D) the Create button in the Edit Relationships dialog box is clicked
E) the Join button in the Edit Relationships dialog box is clicked
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
74
When used to represent a relationship,the primary key must have the same name as the corresponding foreign key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
75
What is normalization?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
76
In Microsoft Access,the Relationships window is accessed by using the ________ button on the Database tools command tab.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
77
In Microsoft Access,referential integrity constraints are created ________.

A) by setting a property value on the primary key in the table which contains it
B) by setting a property value on the foreign key in the table which contains it
C) by setting a property value on the primary key in the Relationships window
D) by setting a property value on the foreign key in the Relationships window
E) by checking the Enforce Referential Integrity check box in the Edit Relationships dialog box
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
78
A rule that requires every value in a foreign key to match values in the corresponding primary key is called a(n)________ constraint.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
79
In Microsoft Access,a relationship between two tables is created ________.

A) by entering the name of the foreign key in the appropriate table in Design View
B) by entering the name of the primary key in the appropriate table in Design View
C) by dragging the primary key column of one table onto the foreign key column of the other table in the Relationships window
D) by dragging the foreign key column of one table onto the primary key column of the other table in the Relationships window
E) by dragging the primary key column of one table onto the primary key column of the other table in the Relationships window
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
80
In Microsoft Access,relationships between tables are created ________.

A) by the Relationships button on the Create command tab
B) by the Relationships button on the Home command tab
C) in the Relationships window
D) in the Table window of the table containing the primary key
E) in the Table window of the table containing the foreign key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.