Chapter 2 Data Models Flashcards
The network model has structural level dependence.
True or False?
True
Chapter 2 page 42
In an SQL-based relational database, rows in different tables are related based on common values in common attributes.
True or False?
: True
Chapter 2
Which of the following types of HDFS nodes acts as the interface between the user application and the HDFS?
A. Data node
B. Client node
C. Map node
D. Name node
Client node
Chapter 2 page 53
An implementation-ready data model should contain a description of the data structure that will store the end-user data.
True or False?
True
Chapter 2
The ___ data model is said to be semantic data model.
A. network
B. entity relationship
C. relational
D. object-oriented
: object-oriented
Chapter 2
A verb associating two nouns in a business rule translates to a(n) ___ in the data model.
A. relationship
B. constraint
C. attribute
D. entity
: relationship
Chapter 2
A(n) is a restriction placed on the data.
A. relationship
B. attribute
C. constraint
D. entity
: constraint
Chapter 2
A data model is usually graphical.
True or False?
: True
Chapter 2
Students and classes have a ___ relationship.
A. many-to-many
B. many-to-one
C. one-to-many
D. one-to-one
: Many-to-many
Chapter 2
Within the database environment, a data model represents data structures with the purpose of supporting a problem domain.
True or False?
: True
Chapter 2
NoSQL databases:
A. support only small amounts of sparse data.
B. are based on the relational model
C. are geared toward transaction consistency; not performance
D. provide fault tolerance
: provide fault tolerance
Chapter 2
VMS/VSAM is an example of the ___.
A. XML data model
B. relational data model
C. hierarchical model
D. file system data model
: file system data model
Chapter 2
An internal ___ refers to a specific representation of an internal model, using the database constructs supported by the chosen database.
A. tuple
B. value
C. object
D. schema
: schema
Chapter 2 page 42
Schema is a logical grouping of database objects, such as tables, indexes, views, and queries, that are related to each other.
A disadvantage of the relational database management system (RDBMS) is its inability to hide the complexities of the relational model from the user.
True or False?
: False
Chapter 2
The ___ data model is said to be a semantic data model.
A. entity relationship
B. network
C. relational
D. object-oriented
: object-oriented
Chapter 2