SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Database Management
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. A central repository for databases across an entire enterprise.
Data Warehouse
First Normal Form
Data Definiton Language
Key
2. No multiple multi-valued dependencies.
Attribute
Foreign Key
Data Mining
Fourth Normal Form
3. In an access databse - a window in which you work with tables in design view or datasheet view.
Tuple
Column
Object-Oriented Database
Table Window
4. A field data type that automatically stores a unique number for each record as it is added to a table.
Autonumber
Secondary Key
Append Query
Many-to-many Relationship
5. Specialized engines designed specifically to store objects. Users can interact with objects only through designated methods.
Boyce-Codd Normal Form
Make Table Query
Second Normal Form
Object-Oriented Database
6. Stored procedures that may be configured to automatically execute (fire) when certain events take place.
Boyce-Codd Normal Form
Action Query
Database Diagram
Trigger
7. A query ( SQL statement ) that creates a new table and then creates records in it by coping records from an existing table.
Make Table Query
Best Normal Form
Query
Design Vie
8. A field - set up in a query - that displays the result of an evaluated expression rather than displaying stored data.The value of the calculated field is re-calculated each time a value in the expression changes.
Calculated Field
Column
Compound Key
Third Normal Form
9. A database computer language designed for the retrieval and management of data in relational database management systems (RDBMS) - database schema creation and modification - and database object access control management.
Domain/Key Normal Form
Database
SQL
Comparison Operator
10. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
Third Normal Form
First Normal Form
Access 2007
Null
11. An association between two tables in which the primary key value of each record in the primary table corresponds to the value in the matching field or fields of0 - 1 - or many records in the related table.
Second Normal Form
Flat File
One-To-Many Relationship
Database Object
12. A way of looking at a database object - usually looking at the design or at the contents/results
Key
View
Hierarchical Database
One-To-Many Relationship
13. Arrange the records in a view set in order according to a particular field
Design Vie
Transact
Sort
Object-Oriented Database
14. A data type that is used for fields and calculations involving money
Fourth Normal Form
Currency Data Type
Triggers
Index
15. Attribute that determines the value of another attribute.
Calculated Field
Determinant
Access
Transaction
16. Data from a table - form - query which is displayed in a row-and-column format.
Primary Key
Data Sheet
Calculated Field
Best Normal Form
17. DBMS (Database Management System) statements used to manage data (tables and other objects) within a database
Select
Multi-valued Dependency
Alternate Key
Data Manipulation Language
18. A query that displays a summary calculation - such as an average or a sum - for values in a table or tables. A totals query is not a seperate kind of query; rather it extends the flexibility of select queries.
Totals Query
Data Sheet
Column
Group
19. A relation that contains no multivalued attributes.
One-To-One Relationship
Triggers
First Normal Form
Fourth Normal Form
20. Dependency where determinant determines a list of values.
Fourth Normal Form
Multi-valued Dependency
Relation
Triggers
21. This is an exact numeric data type that holds from 10^38 - 1 through 10^38 - 1.
Cardinality
Third Normal Form
Column
Numeric Data Type
22. A function such as sum - count or average that you use to include summary data in a report.
Query
Aggregate Function
Referential Integrity Constraint
Compound Key
23. A link between two or more tables.
One-To-One Relationship
SQL View
Join
Many-to-Many Relationships
24. When a relation is not just in Boyce-Codd Normal Form - but also contains at most one multivalued dependency.
Data Model
Referential Integrity
View
Fourth Normal Form
25. A combination of attributes that can be used to uniquely identify a database record. Candidate keys are a special subset of super keys that do not have any extraneous information in them
Foreign Key
Super key
Column Selector
Transaction
26. All determinants are candidate keys.
Data Warehouse
Aggregate Function
Composite Key
Boyce-Codd Normal Form
27. A graphical representation of any portion of a database scheme.
Trigger
Database Object
Database Diagram
Select Query
28. The window that appears when you open an Access database or an Access project. It displays the commands for creating new database objects and opening and manipulating existing objects.
Transaction
Functional Dependency
Database Window
Metadata
29. An MS Access tool that simplifies a task. For example - you can quickly create a complex expression with the Expression Builder.
Field
Database Diagram
Expression Builder
Candidate Key
30. A collection of fields that together describe one entity.
Referential Integrity Constraint
Third Normal Form
Record
First Normal Form
31. The components of a data abase i.e. tables - queries - forms - reports - pages - macros and modules.
Candidate Key
Data Definiton Language
Query
Database Object
32. A DBMS created by Microsoft - it is a collection of data and objects - such as tables - queries - or forms - related to a particular topic or purpose.
Compound Key
Access
Delete Query
Metadata
33. A window that displays the SQL statement for the current query or is used to create a SQL specific query. When you create a query in design view - Access constructs the SQL equivalent in the SQL view.
SQL View
Cardinality
Primary Key
Determinant
34. A control - also called an edit field - used on a form - report or data access page to display text or accept data entry.It can have a label attached to it.
Text Box
Third Normal Form
Access 2007
Default Value
35. A type of computer file system that stores all data in a single file.
Boyce-Codd Normal Form
Entities
Flat File
Data Manipulation Language
36. An abstract model that documents and organizes the business data for communication between team members and is used as a plan for developing applications - specifically how data is stored and accessed.
Referential Integrity
Data Definiton Language
Data Model
Alternate Key
37. A key that consists of 2 or more attributes that uniquely identify an entity occurrence.
Super key
Attribute
Compound Key
One-To-One Relationship
38. One or more fields whose values uniquely identify each record in a table.
Join
Primary Key
Fourth Normal Form
Record
39. A candidate key that coud have been the primary key but was not selected as such ; OR a field that is not the primary key but has been used for indexing nevertheless.
Column Selector
Design Vie
Secondary Key
Compound Key
40. The process of organizing data to minimize redundancy and produce smaller - well-structured relations/tables.
Functional Dependency
Action Query
Normalization
Referential Integrity Constraint
41. A normalization which falls between 3NF and 4NF and involves the elimination of non-trivial dependencies
Criteria
Boyce-Codd Normal Form
Data Model
Data Sheet
42. A record as seen in the data sheet view.
Data Model
Comparison Operator
Primary Key
Row
43. The dominant database model
Relational Database Model
One-To-Many Relationship
Database
Transitive Dependency
44. Contents of a Database: Tables of user data - Metadata - Indexes - Stored Procedures - _______ - Security Data - Backup/Recovery Data
Data Type
Trigger
Record
Triggers
45. A graphical representation of entities and their relationship to each other - typically used in computing in regard to the organization of data within databases or information systems
Normalization
Field
Currency Data Type
E-R diagram
46. A query that asks a question about the data stored in your tables and returns a results set in the form of a data sheet without changing the actual data in the table(s).
Data Mining
Select Query
Transact
Recursive Dependency
47. The actual pieces of facts that are stored in the fields in a database table.
One-To-Many Relationship
Data
Calculated Field
Schema
48. Data about data.
Second Normal Form
Metadata
Boyce-Codd Normal Form
Query
49. To modify a database - or the files associated with the database.
Transact
E-R diagram
Form
Second Normal Form
50. A characteristic of a field that determines what kind of data it can store and what type of operations can be performed on it.
Null
Index
Self-Join
Data Type