Data Management - Applications 1 Flashcards

1
Q

In DB2, a named section of permanent storage space that is reserved to store the database.

??? ??? = attributes that form a primary key.

A

AREA / key attribute

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

An entity designed to transform an M:N relationship into two 1:M relationships. The ??? ??? primary key comprises at least the primary keys of the entities that it connects. Also known as a bridge entity or associative entity.

composite key = multiple-attribute key.

A

composite entity etc …

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

In relational algebra, an operator used to yield all rows from one table that are not found in another union-compatible table.

A

DIFFERENCE

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

In relational algebra, an operator that answers queries about one set of data being associated with all values of data in another set of data.

A

DIVIDE

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

A join operator that links tables based on an equality condition that compares specified columns of the tables.

A

equijoin

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

A join operation in which only rows that meet a given criterion are selected.

In relational algebra, a type of operator used to yield rows from two tables based on criteria.

A

inner join / join

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

In relational algebra, an operator used to yield only the rows that are common to two union-compatible tables.

A

INTERSECT

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

Columns that are used in the criteria of join operations. The join columns generally share similar values (have a compatible domain).

A

join columns

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

In a pair of tables to be joined, a join that yields all the rows in the left table, including those that have no matching values in the other table. For example, a left outer join of CUSTOMER with AGENT will yield all of the CUSTOMER rows, including the ones that do not have a matching AGENT row.

A

left outer join

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

A relational operation that yields a new table composed of only the rows with common values in their common attribute(s).

A

natural join

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