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 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.
Object-Oriented Database
Primary Key
Text Box
SQL View
2. A primary key that is comprised of more than one field.
Record
Row
Composite Key
Determinant
3. 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.
Expression Builder
Attribute
Recursive Dependency
Database Window
4. A relational database management system from Microsoft that combines the relational MS Jet Database Engine with a graphical user interface and software-development tools.
Access 2007
Null
Table Window
Alternate Key
5. A characteristic of the items in a database i.e. a field
Attribute
Foreign Key
Transitive Dependency
Domain/Key Normal Form
6. A self-describing collection of integrated tables. The tables are called integrated because they store data about the relationships between the rows of data.
Database
One-To-One Relationship
Many-to-Many Relationships
Index
7. An operator used to compare two values or expressions; For example - < (less than) - > (greater than) - = (equal to)
Data Warehouse
Data Manipulation Language
Database Object
Comparison Operator
8. 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.
Recursive Dependency
Expression Builder
Group
One-To-One Relationship
9. Knowing the value of one attribute you can determine the value of another attribute.
Functional Dependency
Database Management System (DBMS)
Schema
Boyce-Codd Normal Form
10. A location within a database table that stores one particular type of data i.e. a field
Column
Default Value
Cardinality
Table
11. A Key composed of more than one attribute.
Aggregate Function
Compound Key
Text Box
Self-Join
12. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Data Model
Index
Field
Relational Database Model
13. A data model in which the data is organized into a tree-like structure. The structure allows representing information using parent/child relationships: each parent can have many children - but each child has only one parent
SQL View
Data
Second Normal Form
Hierarchical Database
14. A query that copies data or changes data in some way. This includes append - delete - make-table and update queries.
Null
Action Query
Aggregate Function
Design Vie
15. 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
Cardinality
Totals Query
Database
Index
16. The components of a data abase i.e. tables - queries - forms - reports - pages - macros and modules.
Secondary Key
Database Object
Index
Select Query
17. This is an exact numeric data type that holds from 10^38 - 1 through 10^38 - 1.
Numeric Data Type
Sort
Fourth Normal Form
Domain/Key Normal Form
18. A database object on which you place controls for entering - displaying and editing records in a table.
Access 2007
SQL View
Candidate Key
Form
19. No partial functional-dependencies.
Table
Access
Where clause
Second Normal Form
20. This is a property of data which - when satisfied - requires every value of one field (attribute) of a table to exist as a value of another field in another related table.
Referential Integrity
Expression Builder
Aggregate Function
Access 2007
21. The actual pieces of facts that are stored in the fields in a database table.
Data
Report
Null
One-To-One Relationship
22. A normalization which falls between 3NF and 4NF and involves the elimination of non-trivial dependencies
Composite Key
SQL View
Numeric Data Type
Boyce-Codd Normal Form
23. 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.
Primary Key
Data Model
Alternate Key
Best Normal Form
24. 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).
Third Normal Form
Select Query
Flat File
One-To-Many Relationship
25. Knowingly violates one or more rules of normalization.
Database
Determinant
Transitive Dependency
Best Normal Form
26. 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.
SQL View
Totals Query
Attribute
Many-to-Many Relationships
27. Table has no anomalies.
Normalization
Domain/Key Normal Form
Determinant
Database Management System (DBMS)
28. In an access databse - a window in which you work with tables in design view or datasheet view.
SQL
Table Window
One-To-Many Relationship
First Normal Form
29. That structure which contains description of objects created by a user - such as base tables - views and constraints - as a part of a database.
Primary Key
Access
Schema
Domain/Key Normal Form
30. 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.
Third Normal Form
Database Window
Data Manipulation Language
Schema
31. An MS Access tool that simplifies a task. For example - you can quickly create a complex expression with the Expression Builder.
Trigger
Alternate Key
Attribute
Expression Builder
32. When a table is not only in 1NF but each non key field is functionally dependent on the full primary key
Database Window
Second Normal Form
Multi-valued Dependency
Tuple
33. A collection of fields that together describe one entity.
Record
Candidate Key
Schema
Design Vie
34. A type of computer file system that stores all data in a single file.
Flat File
Check Box
Data Mining
Index
35. A way of looking at a database object - usually looking at the design or at the contents/results
View
E-R diagram
Data Integrity Rules
Design Vie
36. All key attributes defined - attributes depend on key and no repeating groups.
First Normal Form
Design Vie
Many-to-many Relationship
Trigger
37. a.k.a record
Design Vie
Data Warehouse
Database Object
Tuple
38. A window that shows the design or structure of the database objects: tables - queries - forms - reports - macros and data access pages.
E-R diagram
Design Vie
Query
Default Value
39. Candidate key selected for use.
Database Object
Primary Key
Delete Query
Access
40. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
Null
SQL
Delete Query
Third Normal Form
41. The process of organizing data to minimize redundancy and produce smaller - well-structured relations/tables.
Primary Key
Domain/Key Normal Form
Third Normal Form
Normalization
42. Relations which allow you to retrieve related records from the same table.
Column
Self-Join
Second Normal Form
One-To-One Relationship
43. Stored procedures that may be configured to automatically execute (fire) when certain events take place.
Make Table Query
Primary Key
Select Query
Trigger
44. 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.
Check Box
Candidate Key
Determinant
Relation
45. The process of examining and analyzing data with a view to extracting patterns from it. It is usually done on data warehouses
Normalization
View
Criteria
Data Mining
46. 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.
Access
Query
Primary Key
Column Selector
47. The horizontal bar at the top of a column. You can click a column selector to select the entire column in the query design grid or the filter design grid
Column Selector
Determinant
Primary Key
Metadata
48. An action query that adds the records in a query's result set to the end of an existing table.
Comparison Operator
Fourth Normal Form
Transact
Append Query
49. Data from a table - form - query which is displayed in a row-and-column format.
Determinant
Data Sheet
Column Selector
Transact
50. 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.
Join
Primary Key
Make Table Query
One-To-Many Relationship