Database Management Extra 3 Flashcards

1
Q

A model that includes the object-oriented model’s best features in an inherently simpler relational database structural environment.

A

ERDM

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

A meta-language used to represent and manipulate data elements. Unlike other markup languages, ??? permits the manipulation of a document’s data elements. ??? facilitates the exchange of structured documents such as orders and invoices over the Internet.

A

XML

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

The application programmer’s view of the data environment. Given its business focus, an ??? ??? works with a data subset of the global database schema.

A

External Model

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

The specific representation of an external view; the end user’s view of the data environment.

A

External Schema

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

A Java based, open source, high speed, fault-tolerant distributed storage and computational framework. ??? uses low-cost hardware to create clusters of thousands of computer nodes to store and process data.

A

Hadoop

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

A highly distributed, fault-tolerant file storage system designed to manage large amounts of data at high speeds.

A

HDFS

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

An early database model whose basic concepts and characteristics formed the basis for subsequent database development. This model is based on an upside-down tree structure in which each record is called a segment. The top record is the root segment. Each segment has a 1:M relationship to the segment directly below it.

A

Hierarchical Model

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

In database modeling, a level of data abstraction that adapts the conceptual model to a specific DBMS model for implementation. The ??? ??? is the representation of a database as “seen” by the DBMS. In other words, the ??? ??? requires a designer to match the conceptual model’s characteristics and constraints to those of the selected implementation model.

A

Internal Model

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

A representation of an internal model using the database constructs supported by the chosen database.

A

Internal Schema

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

A data model 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 called the associative or attribute-value data model.

A

key-value

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