The Relational Model Flashcards

1
Q

The column’s range of permissible values is known as its

A

Domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

It is the state in which knowing the value of one attribute makes it possible to determine the value of another.

A

Determination

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

It means that the value of one or more attributes
determines the value of one or more other attributes.

A

Functional Dependence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The attributes whose value determines another is called the?

A

Determinant/key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The attribute whose value is determined by the other attribute is called?

A

Dependent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

It is an attribute or group of attributes that can determine the values of other attributes. Therefore, keys are determinants of functional dependencies.

A

Key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

It is an attribute or combination of attributes that uniquely identify any given row.

A

Primary Key (PK)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

It is a key that is composed of more than one attribute. An attribute that is a part of a key is called a key attribute.

A

Composite Key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

It is a key that can uniquely identify any row in the table.

A

Super Key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

It is a minimal superkey—that is, a superkey without any unnecessary attributes.

A

Candidate Key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

is the condition in which each row (entity instance) in the table has its own unique identity

A

Entity integrity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

It is the absence of any data value, and it is
never allowed in any part of the primary key.

A

Null

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

It is the primary key of one table that has been placed into another table to create a common attribute

A

Foreign key (FK)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Foreign keys are used to ensure?

A

Referential Integrity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

It is defined as a key that is used strictly for data retrieval purposes

A

Secondary Key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

It provides a detailed description of all tables in the database created by the user and designer. Thus, the data dictionary contains at least all of the attribute names and characteristics for each table in the system.

A

Data Dictionary