Database Management Extra 2 Flashcards

1
Q

A representation of the conceptual model, usually expressed graphically.

A

Conceptual Schema

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

A restriction placed on data, usually expressed in the form of rules. For example, “A student’s GPA must be between 0.00 and 4.00.” Constraints are important because they help to ensure data integrity.

A

Constraint

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

A representation of the entity relationship diagram that uses a three-pronged symbol to represent the “many” sides of the relationship.

A

Crow’s Foot Notation

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

The language that allows a database administrator to define the database structure, schema, and subschema.

A

DDL

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

The set of commands that allows an end user to manipulate the data in the database, such as SELECT, INSERT, UPDATE, DELETE, COMMIT, and ROLLBACK.

A

DML

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

A representation, usually graphic, of a complex “real-world” data structure. ??? ??? are used in the database design phase of the Database Life Cycle.

A

Data Model

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

One of three types of nodes used in the Hadoop Distributed File System (HDFS). The ??? ??? stores fixed-size data blocks (that could be replicated to other data nodes).

A

Data Node

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

A row in a relational table.

A

entity instance / entity occurence

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

A data model that describes relationships (1:1, 1:M, and M:N) among entities at the conceptual level with the help of ER diagrams. The model was developed by Peter Chen.

A

ERM

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

A model for database consistency in which updates to the database will propagate through the system so that all data copies will be consistent eventually.

A

Eventual Consistency

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