Quiz #7: Databases
Show all answers
Hide all answers
Completion
- DBMS stands for ________ ________ ________ ________.
Answer
DataBase Management System
- DBA stands for ________ ________ ________.
Answer
DataBase Administrator
- ERD stands for ________ ________ ________.
Answer
Entity Relationship Diagram
- OLAP stands for ________ ________ ________ ________.
Answer
OnLine Analytical Processing
- SQL stands for ________ ________ ________.
Answer
Structured Query Language
- Storing the data together with procedures that manipulate the data
is called ________.
Answer
encapsulation
- ________ refers to how objects created from simpler objects
automatically inherit all the data and procedures of the simpler object.
Answer
Inheritance
- A ________ key is a key that is made up from more than one field.
Answer
composite
- Data ________ refers to storing more than one copy of some data,
which is considered a bad practice.
Answer
redundancy
Short answer
- List the steps in moving data from a regular database to a data warehouse.
Answer
The checking steps may be left out in the answer, but
don't forget them in real life.
- extract from the current database the data that you want to put into the data warehouse
- transform the extracted data into the form you want to store it in
- check to make sure everything is accurate
- merge/load the data into the data warehouse
- perform additional checks to ensure accuracy
Matching
Identify the letter of the choice that best matches the phrase or definition.
- entity
- character
- field
- record
- table/file
- database
- query
- schema
- data dictionary
- entity relationship diagram
- index
- key field
- primary key
- foreign key
- data mining
- data warehouse
- a repository of information about data being stored
Answer
I (data dictionary)
- considered the smallest unit of data in a database
Answer
B (character)
- a collection of fields related to the same entity
Answer
D (record)
- any object about which information is collected
Answer
A (entity)
- one piece of information about an entity
Answer
C (field)
- a field which identifies a record - not always uniquely
Answer
L (key field)
- a collection of related files/tables
Answer
F (database)
- a blueprint showing the structure of a database
Answer
H (schema)
- used by the database to make accessing records faster and maintain sort orders
Answer
K (index)
- a collection of related records
Answer
E (table/file)
- a field which refers to a field within a record in another table
Answer
N (foreign key)
- a graphical representation of all entity relationships
Answer
J (entity relationship diagram)
- a large database used to support management decision making
Answer
P (data warehouse)
- a field which identifies a record uniquely
Answer
M (primary key)
- looking for trends, patterns, or other information in the data contained in databases
Answer
O (data mining)
- a request for specific information
Answer
G (query)