Quiz 2 Flashcards

1
Q

The columns range of permissible values is known as its

A

Domain

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

an attribute or combination of attributes that uniquely identifies any given row

A

Primary key (pk)

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

A_____consists of one or more attributes that determine other attributes

A

Key

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

____ is the state in which knowing the value of one attribute makes it possible to determine the value of another

A

Determination

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

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

A

Functional dependence

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

the attribute whose value determines another is called ____

A

Determinant

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

The attribute whose value is determined is called____

A

Dependent

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

a key that is composed of more than one attribute

A

Composite Key

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

an attribute that is part of a key is called ____

A

Key Attribute

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

a key that can uniquely identify any row in the table

A

superkey

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

is a minimal superkey– a superkey without any unnecessary attributes

A

candidate key

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

is the condition in which each row in the table has its own unique identity

A

Entity integrity

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

the abscence of any data value, and is never allowed in any part of the primary key

A

Null

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

is the primary key of one table that has been placed into another table to create a common attribute

A

foreign key

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

is defined as a key strictly for data retrieval purposes

A

Secondary key

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

relational operators have the property of _____; that is, the use of relational algebra operators on existing relations produces new relations

A

closure

17
Q

some designers use special codes called_____to indicate the absence of some value

A

codes

18
Q

_____theoretical way of manipulating table contents

A

Relational algebra

19
Q

what are the 8 relational operators

A

SELECT, PROJECT, JOIN, INTERSECT,UNION,DIFFERENCE, PRODUCT, DIVIDE

20
Q

when a table contains the same number of columns and compatible domain it is called

A

Union compatible

21
Q

Links tables on the basis of an equality condition that compares specified columns of each table

A

Equijoin

22
Q

only returns matched records from the tables that are being joined

A

Inner Join

23
Q

Inner join plus all cells that don’t have a match

A

Outer Join

24
Q

provides a detailed description of all tables in the database

A

data dictionary

25
Q

detailed systems data dictionary, contains metadata

A

System catalog

26
Q

a ______ table is the implementation of a composite entity

A

linking table

27
Q

an orderly arrangement used to logically access rows in a table

A

Index

28
Q

the index’s reference point

A

index key