Additional Questions from Test Bank Flashcards
The database structure in a DBMS is stored as a _____.
A. collection of queries
B. collection of files
C. single file
D. set of key/value pairs
B. collection of files
An XML database supports the storage and management of _____ XML data.
A. fullystructured
B. multistructured
C. structured
D. semistructured
D. semistructured
A disadvantage of the relational database management system (RDBMS) is its inability to hide the complexities of the relational model from the user.
A. True
B. False
B. False
The hierarchical model is software-independent.
A. True
B. False
B. False
A data warehouse can store data derived from many sources.
A. True
B. False
A. True
In Chen notation, entities and relationships have to be oriented horizontally; not vertically.
A. True
B. False
B. False
Data is the result of processing raw facts to reveal its meaning.
A. True
B. False
B. False
VMS/VSAM is an example of the _____.
A. XML data model
B. relational data model
C. hierarchical model
D. file system data model
D. file system data model
A(n) _____ is the equivalent of a field in a file system.
A. relationship
B. attribute
C. entity
D. constraint
B. attribute
The _____ model was developed to allow designers to use a graphical tool to examine structures rather than describing them with text.
A. object-oriented
B. hierarchical
C. entity relationship
D. network
C. entity relationship
A _____ is a logically connected set of one or more fields that describes a person, place, or thing.
A. database
B. record
C. column
D. file
B. record
_____ are important because they help to ensure data integrity.
A. Entities
B. Attributes
C. Relationships
D. Constraints
D. Constraints
An implementation-ready data model should contain a description of the data structure that will store the end-user data.
A. True
B. False
A. True
_____ is defined as the condition in which all of the data in the database are consistent with the real-world events and conditions.
A. Data quality
B. Data integrity
C. Data anomaly
D. Data ubiquity
B. Data integrity
When two or more tables share the same number of columns, and when their corresponding columns share the same or compatible domains, they are said to be _____.
A. difference-compatible
B. union-compatible
C. select-compatible
D. intersect-compatible
B. union-compatible
In the entity relationship model, a table row corresponds to an entity instance.
A. True
B. False
A. True
The CUSTOMER table’s primary key is CUS_CODE. The CUSTOMER primary key column has no null entries, and all entries are unique. This is an example of _____ integrity.
A. null
B. entity
C. relational
D. referential
B. entity
The Crow’s foot symbol with two vertical parallel lines indicates _____ cardinality.
A. (0,1)
B. (1,1)
C. (1,N)
D. (0,N)
B. (1,1)
To simplify the conceptual design, most higher-order relationships are decomposed into appropriate equivalent _____ relationships whenever possible.
A. weak
B. unary
C. binary
D. strong
C. binary