Chapter 3 Flashcards

(9 cards)

1
Q

Relation

A

flat file (set of rows)

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

Row

A

(Tuples) Data elements in each row represent certain facts to a real-world entity or relationship

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

Column

A

Specifies how to interpret data values in each row

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

Domain

A

Data that specifies the types of values that can appear in each column
Set of atomic values

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

Degree

A

Degree of a relation is the number of attributes n of its relation schema

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

Relation(Relation State)

A

resembles a table of values (typically contains a set of rows)

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

Tuple

A

A n-tuple is an ordered list of n values

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

Cartesian product

A

all possible combinations of values from underlying domains

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

Summary

A
Table-Relation
Column Header-Attribute
All possible Column Values-Domain
Row-Tuple
Table Definition-Schema of Relation
Populated Table-State of Relation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly