Database Management 5 Flashcards

1
Q

(sometimes called a table) as a two-dimensional structure composed of intersecting rows and columns. Each row in a relation is called a tuple. Each column represents an attribute. The relational model also describes a precise set of data manipulation constructs based on advanced mathematical concepts.

A

Relation

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

performs the same basic functions provided by the hierarchical and network DBMS systems, in addition to a host of other functions that make the relational data model easier to understand and implement.

A

relational database management system (RDBMS)

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

is a representation of the relational database’s entities, the attributes within those entities, and the relationships between those entities.

A

relational diagram

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

both data and its relationships are contained in a single structure known as an object. In turn, the OODM is the basis for the object-oriented database management system (OODBMS).

A

object-oriented data model (OODM)

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

The ERDM adds many of the OO model’s features within the inherently simpler relational database structure. The ERDM gave birth to a new generation of relational databases that support OO features such as objects (encapsulated data and methods), extensible data types based on classes, and inheritance.

A

extended relational data model (ERDM)

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

refers to a movement to find new and better ways to manage large amounts of web and sensor-generated data and derive business insight from it, while simultaneously providing high performance and scalability at a reasonable cost.

A

Big Data

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

is based on a structure composed of two data elements: a key and a value, in which every key has a corresponding value or set of values. The key-value data model is also referred to as the attribute-value or associative data model.

A

The key-value data model

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

intersection data describes the relationship between the two entities.

primary key (PK) is an attribute or combination of attributes that uniquely identifies any given row.

key consists of one or more attributes that determine other attributes.

A

info …

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
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
10
Q

functional dependence, which means that the value of one or more attributes determines the value of one or more other attributes.

In this functional dependency, the attribute whose value determines another is called the determinant or the key. The attribute whose value is determined by the other attribute is called the dependent.

full functional dependence, is used to refer to functional dependencies in which the entire collection of attributes in the determinant is necessary for the relationship.

A

info …

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