Deck 3: The Relational Database Model

ملء الشاشة (f)
exit full mode
سؤال
The DIVIDE operation uses one single-column table (e.g., column "a") as the divisor and one two-column table (e.g., columns "a" and "b") as the dividend.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Depending on the sophistication of the application development software, nulls can create problems when functions such as COUNT, AVERAGE, and SUM are used.
سؤال
The DIFFERENCE operator subtracts one table from the other.
سؤال
Each table in a relational database must have a primary key.
سؤال
If the attribute (B) is functionally dependent on a composite key (A) but not on any subset of that composite key, the attribute (B) is fully functionally dependent on (A).
سؤال
The idea of determination is unique to the database environment.
سؤال
The row's range of permissible values is known as its domain.
سؤال
You can think of a table as a persistent representation of a logical relation.
سؤال
In a natural join, the column on which the join was made occurs twice in the new table.
سؤال
Only a single attribute, not multiple attributes, can define functional dependence.
سؤال
A null is created when you press the Enter key or the Tab key to move to the next entry without making a prior entry of any kind.
سؤال
RDBMSs enforce integrity rules automatically.
سؤال
The SELECT operator yields a vertical subset of a table.
سؤال
As rare as 1:1 relationships should be, certain conditions absolutely require their use.
سؤال
Relational algebra defines the theoretical way of manipulating table contents using relational operators.
سؤال
The one-to-many (1:M) relationship is easily implemented in the relational model by putting the foreign key of the "1" side in the table of the "many" side as a primary key.
سؤال
The order of the rows and columns is important to the DBMS.
سؤال
Character data can contain any character or symbol intended for mathematical manipulation.
سؤال
The practical significance of taking the logical view of a database is that it serves as a reminder of the simple file concept of data storage.
سؤال
A data dictionary is sometimes described as "the database designer's database" because it records the design
decisions about tables and their structures.
سؤال
A(n) only returns matched records from the tables that are being joined.

A) outer join
B) inner join
C) equijoin
D) theta join
سؤال
Each table represents an attribute.

A) column
B) row
C) dimension
D) value
سؤال
logic, used extensively in mathematics, provides a framework in which an assertion (statement of fact) can be verified as either True or false.

A) Predicate
B) Database
C) Relational
D) Index
سؤال
A key can be described as a minimal superkey, a superkey without any unnecessary attributes.

A) secondary
B) candidate
C) primary
D) foreign
سؤال
To be considered minimally relational, the DBMS must support the key relational operators , PROJECT, and JOIN.

A) INTERSECT
B) UNION
C) DIFFERENCE
D) SELECT
سؤال
The constraint can be placed on a column to ensure that every row in the table has a value for that column.

A) UNIQUE
B) NOT NULL
C) VALUE
D) EMPTY
سؤال
A is any key that uniquely identifies each row.

A) superkey
B) special key
C) foreign key
D) candidate key
سؤال
A key is defined as a key that is used strictly for data retrieval purposes.

A) lookup
B) foreign
C) candidate
D) secondary
سؤال
Referential dictates that the foreign key must contain values that match the primary key in the related table, or must contain null.

A) integrity
B) uniqueness
C) model
D) attribute
سؤال
Date attributes contain calendar dates stored in a special format known as the date format.

A) Epoch
B) calendar
C) Julian
D) logical
سؤال
When two or more tables share the same number of columns, and when their corresponding columns share the same or compatible domains, they are said to be .

A) intersect-compatible
B) union-compatible
C) difference-compatible
D) select-compatible
سؤال
A is the primary key of one table that has been placed into another table to create a common attribute.

A) superkey
B) composite primary key
C) candidate key
D) foreign key
سؤال
A contains at least all of the attribute names and characteristics for each table in the system.

A) data dictionary
B) relational schema
C) logical schema
D) database
سؤال
are especially useful when you are trying to determine what values in related tables cause referential integrity problems.

A) Inner joins
B) Outer joins
C) Equijoins
D) Theta joins
سؤال
In the relational model, are important because they are used to ensure that each row in a table is uniquely identifiable.

A) relations
B) keys
C) indexes
D) logical structures
سؤال
, also known as RESTRICT, yields values for all rows found in a table that satisfy a given condition.

A) INTERSECT
B) UNION
C) DIFFERENCE
D) SELECT
سؤال
returns only the attributes requested, in the order in which they are requested.

A) PROJECT
B) SELECT
C) UNION
D) DIFFERENCE
سؤال
The CUSTOMER table's primary key is CUS_CODE. The CUSTOMER primary key column has no null entries, and all entries are unique. This is an example of integrity.

A) entity
B) referential
C) relational
D) null
سؤال
A(n) join links tables by selecting only the rows with common values in their common attribute(s).

A) attribute
B) unique
C) foreign
D) natural
سؤال
The is actually a system-created database whose tables store the user/designer-created database characteristics and contents.

A) database tuple
B) systematic database
C) unique index
D) system catalog
سؤال
To avoid nulls, some designers use special codes, known as , to indicate the absence of some value.
سؤال
The relational operators have the property of ; that is, the use of relational algebra operators on existing relations (tables) produces new relations.
سؤال
A(n) provides a detailed description of all tables found within the user/designer-created database.
سؤال
The relationship is the "relational model ideal."

A) 1:1
B) 1:M
C) M:1
D) M:N
سؤال
A primary key is a(n) key chosen to be the primary means by which rows of a table are uniquely identified.
سؤال
In a relational model, are also used to establish relationships among tables and to ensure the integrity of the data.
سؤال
In a relational table, each column has a specific range of values known as the domain.
سؤال
is the real power behind the relational database, allowing the use of independent tables linked by common attributes.
سؤال
In a database context, the word indicates the use of the same attribute name to label different attributes.

A) redundancy
B) homonym
C) duplicate
D) synonym
سؤال
When you define a table's primary key, the DBMS automatically creates a(n) index on the primary key column(s) you declared.

A) key
B) composite
C) unique
D) primary
سؤال
PRODUCT yields all possible pairs of rows from two tables, also known as the product.
سؤال
In a database context, a(n) indicates the use of different names to describe the same attribute.

A) entity
B) duplicate
C) synonym
D) homonym
سؤال
A table is also called a(n) because the relational model's creator, E. F. Codd, used the two terms as synonyms.
سؤال
relationships can be implemented by creating a new entity in 1:M relationships with the original entities.

A) 1:N
B) M:1
C) M:N
D) 1:1
سؤال
The relationship should be rare in any relational database design.

A) 1:1
B) 1:M
C) M:1
D) M:N
سؤال
A(n) links tables on the basis of an equality condition that compares specified columns of each table.
سؤال
According to Codd's rule of relational database, "Application programs and ad hoc facilities are logically unaffected when changes are made to the table structures that preserve the original table values (changing order of columns or inserting columns)."

A) nonsubversion
B) logical data independence
C) comprehensive data sublanguage
D) integrity independence
سؤال
Another name for a composite entity is a(n) entity.

A) bridge
B) linked
C) directive
D) associative
سؤال
A(n) is an orderly arrangement used to logically access rows in a table.

A) primary rule
B) superkey
C) relationship
D) index
سؤال
According to Codd's rule of relational database, "If the system supports low-level access to the data, users must not be allowed to bypass the integrity rules of the database."

A) nonsubversion
B) rule zero
C) view updating
D) information
سؤال
Define an index. Explain the role of indexes in a relational database.
سؤال
Define entity integrity. What are the two requirements to ensure entity integrity?
سؤال
If one department chair-a professor-can chair only one department, and one department can have only one department chair. The entities PROFESSOR and DEPARTMENT exhibit a(n) relationship.
سؤال
Describe the use of null values in a database.
سؤال
Dr. Codd's rule of relational database states that every value in a table is guaranteed to be accessible through a combination of table name, primary key value, and column name.
سؤال
Describe the use of the INTERSECT operator.
سؤال
An index key can have multiple (a composite index).
سؤال
relationships cannot be implemented as such in the relational model.
سؤال
Proper data design requires carefully defined and controlled data redundancies to function properly.
سؤال
One characteristic of generalization hierarchies is that they are implemented as relationships.
سؤال
The catalog can be described as a detailed system data dictionary that describes all objects within the database, including data about table names, the table's creator and creation date, the number of columns in each table, the data type corresponding to each column, index filenames, index creators, authorized users, and access privileges.
سؤال
A(n) index is an index in which the index key can have only one pointer value (row) associated with it.
سؤال
What is a key and how is it important in a relational model?
سؤال
The proper use of keys is crucial to controlling data redundancy.
سؤال
The relationship is the relational database norm.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/75
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 3: The Relational Database Model
1
The DIVIDE operation uses one single-column table (e.g., column "a") as the divisor and one two-column table (e.g., columns "a" and "b") as the dividend.
True
2
Depending on the sophistication of the application development software, nulls can create problems when functions such as COUNT, AVERAGE, and SUM are used.
True
3
The DIFFERENCE operator subtracts one table from the other.
True
4
Each table in a relational database must have a primary key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
5
If the attribute (B) is functionally dependent on a composite key (A) but not on any subset of that composite key, the attribute (B) is fully functionally dependent on (A).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
6
The idea of determination is unique to the database environment.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
7
The row's range of permissible values is known as its domain.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
8
You can think of a table as a persistent representation of a logical relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
9
In a natural join, the column on which the join was made occurs twice in the new table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
10
Only a single attribute, not multiple attributes, can define functional dependence.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
11
A null is created when you press the Enter key or the Tab key to move to the next entry without making a prior entry of any kind.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
12
RDBMSs enforce integrity rules automatically.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
13
The SELECT operator yields a vertical subset of a table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
14
As rare as 1:1 relationships should be, certain conditions absolutely require their use.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
15
Relational algebra defines the theoretical way of manipulating table contents using relational operators.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
16
The one-to-many (1:M) relationship is easily implemented in the relational model by putting the foreign key of the "1" side in the table of the "many" side as a primary key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
17
The order of the rows and columns is important to the DBMS.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
18
Character data can contain any character or symbol intended for mathematical manipulation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
19
The practical significance of taking the logical view of a database is that it serves as a reminder of the simple file concept of data storage.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
20
A data dictionary is sometimes described as "the database designer's database" because it records the design
decisions about tables and their structures.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
21
A(n) only returns matched records from the tables that are being joined.

A) outer join
B) inner join
C) equijoin
D) theta join
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
22
Each table represents an attribute.

A) column
B) row
C) dimension
D) value
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
23
logic, used extensively in mathematics, provides a framework in which an assertion (statement of fact) can be verified as either True or false.

A) Predicate
B) Database
C) Relational
D) Index
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
24
A key can be described as a minimal superkey, a superkey without any unnecessary attributes.

A) secondary
B) candidate
C) primary
D) foreign
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
25
To be considered minimally relational, the DBMS must support the key relational operators , PROJECT, and JOIN.

A) INTERSECT
B) UNION
C) DIFFERENCE
D) SELECT
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
26
The constraint can be placed on a column to ensure that every row in the table has a value for that column.

A) UNIQUE
B) NOT NULL
C) VALUE
D) EMPTY
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
27
A is any key that uniquely identifies each row.

A) superkey
B) special key
C) foreign key
D) candidate key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
28
A key is defined as a key that is used strictly for data retrieval purposes.

A) lookup
B) foreign
C) candidate
D) secondary
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
29
Referential dictates that the foreign key must contain values that match the primary key in the related table, or must contain null.

A) integrity
B) uniqueness
C) model
D) attribute
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
30
Date attributes contain calendar dates stored in a special format known as the date format.

A) Epoch
B) calendar
C) Julian
D) logical
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
31
When two or more tables share the same number of columns, and when their corresponding columns share the same or compatible domains, they are said to be .

A) intersect-compatible
B) union-compatible
C) difference-compatible
D) select-compatible
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
32
A is the primary key of one table that has been placed into another table to create a common attribute.

A) superkey
B) composite primary key
C) candidate key
D) foreign key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
33
A contains at least all of the attribute names and characteristics for each table in the system.

A) data dictionary
B) relational schema
C) logical schema
D) database
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
34
are especially useful when you are trying to determine what values in related tables cause referential integrity problems.

A) Inner joins
B) Outer joins
C) Equijoins
D) Theta joins
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
35
In the relational model, are important because they are used to ensure that each row in a table is uniquely identifiable.

A) relations
B) keys
C) indexes
D) logical structures
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
36
, also known as RESTRICT, yields values for all rows found in a table that satisfy a given condition.

A) INTERSECT
B) UNION
C) DIFFERENCE
D) SELECT
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
37
returns only the attributes requested, in the order in which they are requested.

A) PROJECT
B) SELECT
C) UNION
D) DIFFERENCE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
38
The CUSTOMER table's primary key is CUS_CODE. The CUSTOMER primary key column has no null entries, and all entries are unique. This is an example of integrity.

A) entity
B) referential
C) relational
D) null
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
39
A(n) join links tables by selecting only the rows with common values in their common attribute(s).

A) attribute
B) unique
C) foreign
D) natural
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
40
The is actually a system-created database whose tables store the user/designer-created database characteristics and contents.

A) database tuple
B) systematic database
C) unique index
D) system catalog
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
41
To avoid nulls, some designers use special codes, known as , to indicate the absence of some value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
42
The relational operators have the property of ; that is, the use of relational algebra operators on existing relations (tables) produces new relations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
43
A(n) provides a detailed description of all tables found within the user/designer-created database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
44
The relationship is the "relational model ideal."

A) 1:1
B) 1:M
C) M:1
D) M:N
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
45
A primary key is a(n) key chosen to be the primary means by which rows of a table are uniquely identified.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
46
In a relational model, are also used to establish relationships among tables and to ensure the integrity of the data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
47
In a relational table, each column has a specific range of values known as the domain.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
48
is the real power behind the relational database, allowing the use of independent tables linked by common attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
49
In a database context, the word indicates the use of the same attribute name to label different attributes.

A) redundancy
B) homonym
C) duplicate
D) synonym
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
50
When you define a table's primary key, the DBMS automatically creates a(n) index on the primary key column(s) you declared.

A) key
B) composite
C) unique
D) primary
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
51
PRODUCT yields all possible pairs of rows from two tables, also known as the product.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
52
In a database context, a(n) indicates the use of different names to describe the same attribute.

A) entity
B) duplicate
C) synonym
D) homonym
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
53
A table is also called a(n) because the relational model's creator, E. F. Codd, used the two terms as synonyms.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
54
relationships can be implemented by creating a new entity in 1:M relationships with the original entities.

A) 1:N
B) M:1
C) M:N
D) 1:1
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
55
The relationship should be rare in any relational database design.

A) 1:1
B) 1:M
C) M:1
D) M:N
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
56
A(n) links tables on the basis of an equality condition that compares specified columns of each table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
57
According to Codd's rule of relational database, "Application programs and ad hoc facilities are logically unaffected when changes are made to the table structures that preserve the original table values (changing order of columns or inserting columns)."

A) nonsubversion
B) logical data independence
C) comprehensive data sublanguage
D) integrity independence
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
58
Another name for a composite entity is a(n) entity.

A) bridge
B) linked
C) directive
D) associative
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
59
A(n) is an orderly arrangement used to logically access rows in a table.

A) primary rule
B) superkey
C) relationship
D) index
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
60
According to Codd's rule of relational database, "If the system supports low-level access to the data, users must not be allowed to bypass the integrity rules of the database."

A) nonsubversion
B) rule zero
C) view updating
D) information
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
61
Define an index. Explain the role of indexes in a relational database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
62
Define entity integrity. What are the two requirements to ensure entity integrity?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
63
If one department chair-a professor-can chair only one department, and one department can have only one department chair. The entities PROFESSOR and DEPARTMENT exhibit a(n) relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
64
Describe the use of null values in a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
65
Dr. Codd's rule of relational database states that every value in a table is guaranteed to be accessible through a combination of table name, primary key value, and column name.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
66
Describe the use of the INTERSECT operator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
67
An index key can have multiple (a composite index).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
68
relationships cannot be implemented as such in the relational model.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
69
Proper data design requires carefully defined and controlled data redundancies to function properly.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
70
One characteristic of generalization hierarchies is that they are implemented as relationships.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
71
The catalog can be described as a detailed system data dictionary that describes all objects within the database, including data about table names, the table's creator and creation date, the number of columns in each table, the data type corresponding to each column, index filenames, index creators, authorized users, and access privileges.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
72
A(n) index is an index in which the index key can have only one pointer value (row) associated with it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
73
What is a key and how is it important in a relational model?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
74
The proper use of keys is crucial to controlling data redundancy.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
75
The relationship is the relational database norm.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.