The relational mode Flashcards

1
Q

The relational data model was introduced in June 1970 by

A

Edgar Frank Codd

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

is a mathematical concept based on the ideas of sets.

A

Relation

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

is a table wherein a structure satisfies all the characteristics of a relation except some of the entries contain repeating groups and thus are not single-valued.

A

Unnormalized Relation

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

in a relation are often called records or tuples.

A

Rows

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

in a relation are often called fields or attributes.

A

Columns

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

not all Tables are considered Relations

A

true

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

is the set of allowable values for one or more attributes. It is a set of atomic values (an indivisible value as far as the relational data model is concerned).

A

Domain D

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

is a named column of a relation.

A

attribute

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

is a row of a table which contains a single record for that relation

A

tuple

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

is the number of attributes it contains.

A

degree or arity

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

is the number of tuples it contains.

A

cardinality

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

specifies the name of the relation, plus name, and the domain type of each column.

A

Relation Schema

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

A relation instance r of the relation schema R

A

Relation Instance

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

Table

A

Relation

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

Column/Field

A

Attribute

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

Row/Record

A

Tuple

17
Q

Values in a column

A

Domain

18
Q

Table Definition

A

Schema of Relation

19
Q

Table Data

A

Instance of Relation

20
Q

Number of Columns

A

Degree of Relation

21
Q

Number of Rows

A

Cardinality of Relation