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. To modify a database - or the files associated with the database.
Transact
Relation
SQL View
Data Model
2. The components of a data abase i.e. tables - queries - forms - reports - pages - macros and modules.
Relation
First Normal Form
Calculated Field
Database Object
3. An action query that adds the records in a query's result set to the end of an existing table.
Transaction
Append Query
Group
Schema
4. A central repository for databases across an entire enterprise.
Data Warehouse
Column Selector
SQL View
Report
5. A function such as sum - count or average that you use to include summary data in a report.
Data Warehouse
Aggregate Function
Recursive Dependency
Check Box
6. No Transitive Dependencies.
Third Normal Form
Relation
Form
Relational Database Model
7. Groups of database commands which are to be treated as a single atomic event.
Third Normal Form
Data Model
Transaction
First Normal Form
8. 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.
Action Query
Foreign Key
Query
Data
9. All key attributes defined - attributes depend on key and no repeating groups.
Metadata
Many-to-many Relationship
Database Diagram
First Normal Form
10. Knowingly violates one or more rules of normalization.
One-To-Many Relationship
Best Normal Form
Primary Key
Third Normal Form
11. Data about data.
Data Mining
Data Manipulation Language
Metadata
Alternate Key
12. This is an exact numeric data type that holds from 10^38 - 1 through 10^38 - 1.
Numeric Data Type
Trigger
Comparison Operator
Criteria
13. Knowing the value of one attribute you can determine the value of another attribute.
Trigger
Functional Dependency
Tuple
Make Table Query
14. 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.
Many-to-many Relationship
Group
Alternate Key
Join
15. When a table is not only in 1NF but each non key field is functionally dependent on the full primary key
Relational Database Model
Many-to-Many Relationships
Data
Second Normal Form
16. 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.
Group
View
Secondary Key
Transact
17. 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
One-To-Many Relationship
Comparison Operator
Database
Foreign Key
18. 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
Data Mining
Access 2007
Entities
19. An attribute utilized to sort and/or identify data in some manner. Each table should have a primary key which uniquely identifies records.
Key
Criteria
Data Model
Second Normal Form
20. A database object that stores data in records and fields. The data is usually about a particular category of things.
Data Sheet
Fourth Normal Form
Hierarchical Database
Table
21. A graphical representation of all entity relationships (Data Model)
Functional Dependency
Database
Metadata
Entity Relationship Diagram
22. A database object that prints information formatted and organised according to your specifications.
Table
Compound Key
Report
Foreign Key
23. 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.
Where clause
Select Query
Data Type
Access
24. 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.
Candidate Key
Compound Key
Group
Currency Data Type
25. A way of looking at a database object - usually looking at the design or at the contents/results
View
Primary Key
Cardinality
Trigger
26. A data type that is used for fields and calculations involving money
Numeric Data Type
Currency Data Type
Boyce-Codd Normal Form
Calculated Field
27. One or more fields whose values uniquely identify each record in a table.
Join
Database Window
Aggregate Function
Primary Key
28. The conditional expession that is to be used to select particular data records from a larger set of records.
Functional Dependency
Candidate Key
Primary Key
Criteria
29. Attribute that determines the value of another attribute.
SQL
First Normal Form
Entities
Determinant
30. 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
Compound Key
Alternate Key
Report
31. DOC MADE UP
Calculated Field
Second Normal Form
Recursive Dependency
SQL
32. When a relation is not just in Boyce-Codd Normal Form - but also contains at most one multivalued dependency.
View
Fourth Normal Form
Database Object
Super key
33. A primary key that is comprised of more than one field.
Object-Oriented Database
Metadata
Composite Key
Database Window
34. Many-to-many relationships occur when each record in TableA may have 0 - 1 or many linked records in TableB and vice-versa.
First Normal Form
Database Window
Autonumber
Many-to-Many Relationships
35. A feature that speeds up searching and sorting in a table based on key values and can enforce uniqueness on the rows of a table.
Tuple
Third Normal Form
SQL View
Index
36. 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.
Database Diagram
Compound Key
Second Normal Form
Third Normal Form
37. 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
Trigger
Boyce-Codd Normal Form
Entities
Column Selector
38. A link between two or more tables.
Join
Make Table Query
Transact
Totals Query
39. A relation that contains no multivalued attributes.
Multi-valued Dependency
Access 2007
Database
First Normal Form
40. Relations which allow you to retrieve related records from the same table.
Totals Query
Self-Join
Metadata
SQL
41. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Object-Oriented Database
Key
Field
Data Warehouse
42. A referential integrity constraint is a statement that limits the values of the foreign key to those already existing as primary key values in the corresponding table.
Second Normal Form
Referential Integrity Constraint
Make Table Query
Data Model
43. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
Data Definiton Language
Null
Sort
Self-Join
44. The process of organizing data to minimize redundancy and produce smaller - well-structured relations/tables.
Currency Data Type
Normalization
Object-Oriented Database
Primary Key
45. In an access databse - a window in which you work with tables in design view or datasheet view.
E-R diagram
Comparison Operator
Entities
Table Window
46. A field data type that automatically stores a unique number for each record as it is added to a table.
Database Management System (DBMS)
Triggers
Autonumber
Self-Join
47. A field in a table with unique values that although it is not the primary key - it could have been used as such.
Composite Key
Data
Sort
Alternate Key
48. All determinants are candidate keys.
Boyce-Codd Normal Form
Group
Comparison Operator
Where clause
49. A Key composed of more than one attribute.
Many-to-many Relationship
Compound Key
Key
Access
50. An MS Access tool that simplifies a task. For example - you can quickly create a complex expression with the Expression Builder.
Secondary Key
Design Vie
Expression Builder
SQL