Conceptual Models Flashcards

1
Q

Table

A

Two-dimensional structure that is a persistent representation of a logical relation. Contains a group of related entity occurrences.
aka Relation, Entity Set, Dataset

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

Tuple

A

Single entity occurrence within the entity set

aka Row

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

Column

A

Represents an attribute in a table

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

PK

A

Primary Key

Attribute, or combination of, that uniquely identifies any given row.

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

Key

A

One or more attributes that determine other attributes. Establish relationships among tables and ensure data integrity.

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

Determination

A

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

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

Functional Dependence

A

Value of one or more attributes determines the value of one ore more other attributes

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

Determinant

A

Attribute whose value determines another

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

Dependent

A

Attribute whose value is determined by another

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

Full Functional Dependence

A

Functional dependencies in which the entire collection of attributes in determinant is necessary for the relationship

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

Key Attribute

A

Attribute that is part of a key

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

Entity Integrity

A

Each row in the table has its own unique identify.

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

NULL

A

The absence of any data. Create problems with functions such as COUNT, AVERAGE, and SUM. Create logical problems when relational tables are linked.

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

Referential Integrity

A

Every reference to an entity instance by another entity instance is valid. Every FK must either be NULL or point to a valid PK.

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

Flags

A

Special codes used to indicate the absence of data without leaving nulls in the table

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