Database Midterm

25 July 2022
4.7 (114 reviews)
99 test answers

Unlock all answers in this set

Unlock answers (95)
question
a ______ is a specific request issued to the DBMS for data manipulation
answer
query
question
_______ refers to a type of database that stores most of its data in RAM rather than in hard disks.?
answer
In-memory databases
question
Accurate, relevant, and timely information is the key to ____.
answer
good decision making
question
A(n) _____ database supports a relatively small number of users (usually fewer than 50) or a specific department within an organization.
answer
workgroup
question
_____ provide a description of the data characteristics and the set of relationships that link the data found within the database
answer
Metadata
question
The database structure in a DBMS is stored as a _____.
answer
collection of files
question
A(n) _______ is a collection of programs that manages the database structure and controls access to the data stored in the database.
answer
DBMS
question
The response of the DBMS to a query is the ___________
answer
query result set
question
The term _____ refers to an organization of components that define and regulate the collection, storage, management and use of data within a database environment
answer
database system
question
The organization of data within folders in a manual file system is determined by _______
answer
its expected use
question
_____ is defined as the condition in which all of the data in the database are consistent with the real-world events and conditions
answer
Data integrity
question
_____ are the result of formatting disorganized data in order to facilitate storage, use and generation of information.
answer
Structured data
question
_____ is the body of information and facts about a specific subject.
answer
Knowledge
question
_____ relates to the activities that make the database execute transactions more efficiently in terms of storage and access speed.
answer
Performance tunning
question
_____ is the result of revealing the meaning of raw facts
answer
Information
question
Which of the following is true of spreadsheet applications? Select one: a. They enhance the user's ability to understand the data. b. They provide enhanced security and robust data sharing features. c. They do not allow manipulation of data once entered. d. They are a better alternative to databases.
answer
They enhance the user's ability to understand the data.
question
_____ data exist in the format in which they were collected.
answer
Unstructured
question
Most data that can be encountered are best classified as _____.
answer
semistructured
question
A _____ is a character or group of characters that has a specific meaning.
answer
field
question
Data warehouse contains historical data obtained from the _____.
answer
operational databases
question
______ exists when the same data are stored unnecessarily at different places.
answer
data redundancy
question
_____ is the result of processing raw data to reveal its meaning.
answer
Information
question
An XML database supports the storage and management of _____ XML data.
answer
semistructured
question
_____ exists when different and conflicting versions of the same data appear in different places.
answer
Data inconsistency
question
A desktop database is a _____ database.
answer
single-user
question
The term ______ refers to scattered locations storing the same basic data.
answer
island of information
question
A(n) _____ database is used by an organization and supports many users across many departments
answer
enterprise
question
_____ data exist in a format that does not lend itself to processing that yields information.
answer
Unstructured
question
End-user data is ____
answer
raw facts of interest to the end user
question
A workgroup database is a(n) _____ database.
answer
multiuser
question
________ is data about data through which the end-user data are integrated and managed.
answer
Metadata
question
The DBMS uses the _______ to look up the required data component structures and relationships, thus relieving programmers from having to code such complex relationships in each program.
answer
data dictionary
question
Data is said to be verifiable if:
answer
the data is always yields consistent results
question
A(n) _____ might be written by a programmer or it might be created through a DBMS utility program.
answer
application
question
A _____ is a collection of related records.
answer
file
question
_____ exists when different versions of the same data appear in different places.
answer
Data inconsistency
question
A _____ is a logically connected set of one or more fields that describes a person, place, or thing.
answer
record
question
_____ serve as the intermediary between the user and the database.
answer
DBMSs
question
Which of the following refers to the situation where different versions of the same data are stored at different places because they weren't updated consistently? Select one: a. Data query b. Data integrity c. Data redundancy d. Data dictionary
answer
Data redundancy
question
Raw data must be properly ______ for storage, processing and presentation.
answer
formatted
question
The _____ model uses the term connectivity to label the relationship types.
answer
entity relationship
question
_____ are normally expressed in the form of rules.
answer
Constraints
question
In the _____ model, each parent can have many children, but each child has only one parent.
answer
hierarchical
question
A(n) _____ is anything about which data are to be collected and stored.
answer
entity
question
Each column in a relation represents a(n) _______
answer
attribute
question
One of the limitations of the _____ model is that there is a lack of standards.
answer
hierarchical
question
From a database point of view, the collection of data becomes meaningful only when it reflects properly defined _____.
answer
business rules
question
In the _____ model, the basic logical structure is represented as an upside-down tree.
answer
hierarchical
question
Which of the following is true of business rules? Select one: a. They can serve as a communication tool between the users and designers. b. They provide a framework for the company's self-actualization. c. They allow the designer to develop business processes. d. They allow the designer to set company policies with regard to data.
answer
They can serve as a communication tool between the users and designers
question
In the _____ model, the user perceives the database as a collection of records in 1:M relationships, where each record can have more than one parent.
answer
network
question
A(n) _____ is bidirectional.
answer
relationship
question
MySQL is an example of the _____
answer
relational data model
question
An internal _____ refers to a specific representation of an internal model, using the database constructs supported by the chosen database
answer
schema
question
The _____ data model is said to be a semantic data model.
answer
object-oriented
question
A(n) _______ is a brief, precise, and unambiguous description of a policy, procedure, or principle within a specific organization.
answer
business rule
question
The _____ model was developed to allow designers to use a graphical tool to examine structures rather than describing them with text.
answer
entity relationship
question
A(n) ______ is a collection of similar objects with a shared structure and behavior.
answer
class
question
NoSQL databases:
answer
provide fault tolerance
question
The _____ data model uses the concept of inheritance.
answer
object-oriented
question
A noun in a business rule translates to a(n) _____ in the data model.
answer
entity
question
Students and classes have a _____ relationship.
answer
many-to-many
question
A(n) _____'s main function is to help one understand the complexities of the real-world environment.
answer
model
question
_____ is a language based on OO concepts that describes a set of diagrams and symbols used to graphically model a system.
answer
UML
question
Each row in a relation is called a(n) ______
answer
tuple
question
A(n) _____ is the equivalent of a field in a file system
answer
attribute
question
A(n) _____ enables a database administrator to describe schema components.
answer
data definition language (DDL)
question
The _____ model is the end users' view of the data environment
answer
external
question
_____ are important because they help to ensure data integrity.
answer
Constraints
question
A verb associating two nouns in a business rule translates to a(n) _____ in the data model.
answer
relationship
question
_____ are especially useful when you are trying to determine what values in related tables cause referential integrity problems.
answer
Outer joins
question
_____, also known as RESTRICT, yields values for all rows found in a table that satisfy a given condition.
answer
SELECT
question
The _____ is actually a system-created database whose tables store the user/designer-created database characteristics and contents.
answer
system catalog
question
Referential _____ dictates that the foreign key must contain values that match the primary key in the related table, or must contain null.
answer
integrity
question
A(n) _____ provides a detailed description of all tables found within the user/designer-created database.
answer
data dictionary
question
A(n) _____ is an orderly arrangement used to logically access rows in a table.
answer
index
question
A _____ key is defined as a key that is used strictly for data retrieval purposes.
answer
secondary
question
A primary key is a(n) ______ key chosen to be the primary means by which rows of a table are uniquely identified.
answer
candidate
question
In a database context, the word _____ indicates the use of the same attribute name to label different attributes.
answer
homonym
question
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.
answer
entity
question
Another name for a composite entity is a(n) _____ entity.
answer
bridge
question
A(n) _____ only returns matched records from the tables that are being joined.
answer
inner join
question
To be considered minimally relational, the DBMS must support the key relational operators _____, PROJECT, and JOIN.
answer
SELECT
question
_____ returns only the attributes requested, in the order in which they are requested.
answer
PROJECT
question
A(n) _____ join links tables by selecting only the rows with common values in their common attribute(s).
answer
natural
question
Each table _____ represents an attribute.
answer
column
question
A _____ is any key that uniquely identifies each row.
answer
superkey
question
The _____ constraint can be placed on a column to ensure that every row in the table has a value for that column.
answer
NOT NULL
question
A _____ is the primary key of one table that has been placed into another table to create a common attribute.
answer
foreign key
question
_____ relationships can be implemented by creating a new entity in 1:M relationships with the original entities.
answer
M:N
question
The proper use of ________ keys is crucial to controlling data redundancy.
answer
foreign
question
A(n) _______ index is an index in which the index key can have only one pointer value (row) associated with it.
answer
unique
question
Date attributes contain calendar dates stored in a special format known as the _____ date format
answer
Julian
question
In the relational model, _____ are important because they are used to ensure that each row in a table is uniquely identifiable
answer
keys
question
When you define a table's primary key, the DBMS automatically creates a(n) _____ index on the primary key column(s) you declared.
answer
unique
question
_____ logic, used extensively in mathematics, provides a framework in which an assertion (statement of fact) can be verified as either true or false.
answer
Predicate
question
The _____ relationship should be rare in any relational database design.
answer
1:1
question
According to Codd's _____ rule of relational database, "Application programs and ad hoc facilities are logically unaffected when changes are made to the table structures that preserve the original table values (changing order of columns or inserting columns)."
answer
logical data indepedence
question
The _____ relationship is the "relational model ideal."
answer
1:M
question
In a relational model, _____ are also used to establish relationships among tables and to ensure the integrity of the data.
answer
keys