Relational Model Flashcards

1
Q

Simply a sequence (or list) of values

A

Tuple

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

refer to a column of a table

A

attribute

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

the logical design of the database

A

database schema

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

if elements of the domain are considered to be indivisible unit

A

Atomic Domain

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

consists of a collection of table

A

Relational Database

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

Special value that signifies that the value is unknown or does not exist

A

Null Value

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

a set of one or more attributes that, taken collectively, allow us to identify uniquely a tuple in the relation

A

Superkey

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

used to refer to a row

A

table

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

a language in which a user requests information from the database.

A

Query Language

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

A visual representation of the database system’s structure and organization

A

Schema Diagram

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

the user instructs the system to perform a specific sequence of operations on the database to compute the desired result.

A

Imperative query language

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

used to refer a table

A

relation

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

a table represent relationship among a set of value

A

Row

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

a set of permitted values

A

Domain

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

an attribute (or collection of attribute) in a relation, that refers to the primary key in another relation.

A

Foreign Key

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

a candidate key that is chosen by the database designer

A

Primary Key

17
Q

corresponds to the programming language notion of type definition

A

Relation Schema

18
Q

refers to a specific instance of relation, that is, containing specific set of row

A

Relation Instance

19
Q

are superkeys which no proper subset

A

Candidate Key

20
Q

a snapshot of the data in the database

A

Database Instance