DBMS Chapter 3 Flashcards

1
Q

Table (Informal)

A

Relation (Formal)

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

Column (Informal)

A

Attribute/Domain (Formal)

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

Row (Informal)

A

Tuple (Formal)

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

Values in a Column (Informal)

A

Domain (Formal)

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

Populated Table (informal)

A

Extension (Formal)

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

Sets

A

A set is any well-defined list, collection, or class of objects.

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

Subsets

A

If every element in a set A is also a member of a set B, then A is called a subset of B.

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

Union

A

The union of sets A and B is the set of all elements which belong to A or to B or to both. A∪B

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

Relation

A

A table of values (a set of rows, or set of columns)

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

Strength of Relational Approach

A

Comes from the formal foundation provided by the theory of relations

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

Tuple

A

An ordered set of values

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

Domain

A

An atomic set of values

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

Constraints (Definition)

A

Conditions that must hold on all valid relation instances

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

3 Relational Integrity Constraints

A
  1. Key Constraints 2. Entity Integrity Constraints 3. Referential Integrity Constraints
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Key Constraint

A

Super Key, Candidate Key, Primary Key

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

Entity Integrity

A

The primary key attributes PK of each relation schema R in S cannot have null values in any tuple of r(R).

17
Q

Referential Integrity

A

Used to specify a relationship among tuples in two relations

18
Q

Converting ERD to relational schema

A
19
Q

Update Operations on Relations

A
  • INSERT a tuple.
  • DELETE a tuple.
  • MODIFY a tuple.