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. Specialized engines designed specifically to store objects. Users can interact with objects only through designated methods.
Primary Key
Many-to-Many Relationships
Object-Oriented Database
Second Normal Form
2. A location within a database table that stores one particular type of data i.e. a field
Sort
Column
Entities
Boyce-Codd Normal Form
3. 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 of one and only one record in the related table.
Totals Query
SQL
Table
One-To-One Relationship
4. Refers to the number of associations that can exist between two record types.
Data
Cardinality
Secondary Key
SQL
5. The components of a data abase i.e. tables - queries - forms - reports - pages - macros and modules.
Database Object
Referential Integrity
Data Sheet
Transact
6. A database object that stores data in records and fields. The data is usually about a particular category of things.
Database
Third Normal Form
Table
Column
7. A Key composed of more than one attribute.
Alternate Key
Data Manipulation Language
Data Definiton Language
Compound Key
8. When a table is not only in 1NF but each non key field is functionally dependent on the full primary key
Alternate Key
Trigger
Report
Second Normal Form
9. 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
Delete Query
E-R diagram
Data Model
Group
10. Two or more controls that can be treated as one unit while designing a form or report. You can select the group instead of selecting each individual control as you are arranging controls or assigning properties.
Data Integrity Rules
Where clause
Key
Group
11. A function such as sum - count or average that you use to include summary data in a report.
SQL View
Key
Totals Query
Aggregate Function
12. A graphical representation of any portion of a database scheme.
Referential Integrity
Numeric Data Type
Database Diagram
Third Normal Form
13. A table which is not only in 2NF but whose non-primary key fields are dependent only on the primary key and therefore have no dependence on (relationship to) any other non-primary key field in the table.
First Normal Form
Column
Database
Third Normal Form
14. A query that copies data or changes data in some way. This includes append - delete - make-table and update queries.
Boyce-Codd Normal Form
Action Query
Numeric Data Type
Compound Key
15. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
E-R diagram
Access
Third Normal Form
SQL
16. Functional dependency involving only non-key attributes.
Domain/Key Normal Form
View
Referential Integrity
Transitive Dependency
17. Knowing the value of one attribute you can determine the value of another attribute.
SQL
Criteria
Functional Dependency
Data Type
18. 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.
Referential Integrity
Data Type
Super key
Text Box
19. Knowingly violates one or more rules of normalization.
Best Normal Form
Self-Join
Currency Data Type
Boyce-Codd Normal Form
20. A query that removes records which match the criteria you specify from one or more tables
Delete Query
Calculated Field
Cardinality
Fourth Normal Form
21. The dominant database model
Table Window
Relational Database Model
Column Selector
Index
22. A normalization which falls between 3NF and 4NF and involves the elimination of non-trivial dependencies
Where clause
Table Window
E-R diagram
Boyce-Codd Normal Form
23. A characteristic of a field that determines what kind of data it can store and what type of operations can be performed on it.
Select
Boyce-Codd Normal Form
Secondary Key
Data Type
24. Candidate key selected for use.
Triggers
One-To-Many Relationship
Trigger
Primary Key
25. In an access databse - a window in which you work with tables in design view or datasheet view.
Table Window
Trigger
Object-Oriented Database
Currency Data Type
26. A record as seen in the data sheet view.
Record
Database Management System (DBMS)
Row
Relation
27. A key that consists of 2 or more attributes that uniquely identify an entity occurrence.
Make Table Query
Query
Compound Key
Database Management System (DBMS)
28. A field data type that automatically stores a unique number for each record as it is added to a table.
Referential Integrity Constraint
Flat File
Referential Integrity
Autonumber
29. The process of organizing data to minimize redundancy and produce smaller - well-structured relations/tables.
Normalization
Currency Data Type
Numeric Data Type
Criteria
30. DOC MADE UP
Compound Key
Access
Recursive Dependency
Make Table Query
31. A type of computer file system that stores all data in a single file.
Flat File
Object-Oriented Database
Fourth Normal Form
Entity Relationship Diagram
32. A question about the data stored in your tables - or a request to perform an action on the data. A query can bring together data from multiple tables to serve as the source of data for a form. report or data access page.
Query
Third Normal Form
Transact
Database
33. 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.
SQL
Expression Builder
Foreign Key
One-To-One Relationship
34. 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
Entities
Criteria
Super key
Append Query
35. A relational database management system from Microsoft that combines the relational MS Jet Database Engine with a graphical user interface and software-development tools.
Relational Database Model
Access 2007
Expression Builder
Triggers
36. A data type that is used for fields and calculations involving money
Fourth Normal Form
Join
Report
Currency Data Type
37. This is an exact numeric data type that holds from 10^38 - 1 through 10^38 - 1.
Data Model
Database Window
Hierarchical Database
Numeric Data Type
38. 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.
Secondary Key
Data Definiton Language
Second Normal Form
Join
39. An organised pool of related data files which can be easily accessed and managed and that may be used by a number of different application programs
Database
Null
Entities
Data Definiton Language
40. Guidelines set in place to ensure the trustworthiness of data over its entire life cycle.
Data Integrity Rules
Second Normal Form
Expression Builder
Cardinality
41. The set of fields in a table which stores unique values and so any one from the list can be selected to be the primary key.
Second Normal Form
Super key
Fourth Normal Form
Candidate Key
42. A window that shows the design or structure of the database objects: tables - queries - forms - reports - macros and data access pages.
Design Vie
Database Object
Normalization
SQL
43. 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.
Totals Query
Calculated Field
Foreign Key
One-To-Many Relationship
44. 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.
Database Management System (DBMS)
Access
Append Query
Compound Key
45. Data about data.
Referential Integrity Constraint
Compound Key
Metadata
Data Type
46. Table has no anomalies.
Domain/Key Normal Form
Data Type
Fourth Normal Form
Database Object
47. A value that is automatically entered in a field or control when you add a new record.
Foreign Key
First Normal Form
Where clause
Default Value
48. An action query that adds the records in a query's result set to the end of an existing table.
Triggers
Compound Key
Append Query
Second Normal Form
49. The DBMS language component used to create - alter and destroy databases and database objects i.e. schemas - tables - views - sequences - catalogs - indexes - and aliases.
Query
Normalization
Data Definiton Language
Best Normal Form
50. No multiple multi-valued dependencies.
Report
Fourth Normal Form
Table Window
Data Manipulation Language