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. 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
Default Value
Column Selector
Index
Boyce-Codd Normal Form
2. No Transitive Dependencies.
Default Value
Third Normal Form
Table Window
Trigger
3. Many-to-many relationships occur when each record in TableA may have 0 - 1 or many linked records in TableB and vice-versa.
Make Table Query
Many-to-Many Relationships
Normalization
Cardinality
4. A key that consists of 2 or more attributes that uniquely identify an entity occurrence.
Boyce-Codd Normal Form
Many-to-Many Relationships
Relation
Compound Key
5. A relation that contains no multivalued attributes.
Multi-valued Dependency
First Normal Form
Data Sheet
Query
6. Attribute that determines the value of another attribute.
Determinant
E-R diagram
Compound Key
Transaction
7. 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).
Select Query
Row
Best Normal Form
Recursive Dependency
8. Refers to the number of associations that can exist between two record types.
Fourth Normal Form
Many-to-Many Relationships
Transaction
Cardinality
9. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
Null
Database Diagram
Entity Relationship Diagram
Flat File
10. A self-describing collection of integrated tables. The tables are called integrated because they store data about the relationships between the rows of data.
Normalization
Determinant
Data Warehouse
Database
11. A query ( SQL statement ) that creates a new table and then creates records in it by coping records from an existing table.
Table
Make Table Query
Many-to-many Relationship
Form
12. The part of an SQL statement that specifies which record to retrieve.
Relation
Where clause
Database Object
Select
13. 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.
Functional Dependency
Database Window
Column Selector
First Normal Form
14. A function such as sum - count or average that you use to include summary data in a report.
Access 2007
Aggregate Function
Form
Expression Builder
15. A field data type that automatically stores a unique number for each record as it is added to a table.
Totals Query
Normalization
Autonumber
Table
16. A query that copies data or changes data in some way. This includes append - delete - make-table and update queries.
Data Definiton Language
Self-Join
Action Query
SQL
17. A Key composed of more than one attribute.
E-R diagram
Candidate Key
Compound Key
Transaction
18. The conditional expession that is to be used to select particular data records from a larger set of records.
Criteria
Autonumber
Data Manipulation Language
Table
19. 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
SQL
Super key
Hierarchical Database
Make Table Query
20. In an access databse - a window in which you work with tables in design view or datasheet view.
Numeric Data Type
Data Mining
Table Window
Alternate Key
21. a.k.a record
Where clause
Tuple
Aggregate Function
Functional Dependency
22. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
Data Manipulation Language
Fourth Normal Form
SQL
Field
23. Functional dependency involving only non-key attributes.
Many-to-Many Relationships
Metadata
Transitive Dependency
Comparison Operator
24. The components of a data abase i.e. tables - queries - forms - reports - pages - macros and modules.
Boyce-Codd Normal Form
Database Object
Trigger
Data Integrity Rules
25. A primary key that is comprised of more than one field.
Currency Data Type
Record
Data Integrity Rules
Composite Key
26. A graphical representation of any portion of a database scheme.
Compound Key
Autonumber
Database Diagram
Select Query
27. An operator used to compare two values or expressions; For example - < (less than) - > (greater than) - = (equal to)
Data Definiton Language
Sort
Comparison Operator
Referential Integrity Constraint
28. Groups of database commands which are to be treated as a single atomic event.
Fourth Normal Form
Append Query
Field
Transaction
29. A field in a table with unique values that although it is not the primary key - it could have been used as such.
Alternate Key
Cardinality
Domain/Key Normal Form
Fourth Normal Form
30. A characteristic of a field that determines what kind of data it can store and what type of operations can be performed on it.
Transact
Data Type
Sort
Form
31. That structure which contains description of objects created by a user - such as base tables - views and constraints - as a part of a database.
Row
Hierarchical Database
Schema
Data Manipulation Language
32. An association/link established between common fields in two different tables. A relationship can be one-to-one - many-to-many or more usually one-to-many.
Relational Database Model
Relation
Text Box
SQL View
33. Data from a table - form - query which is displayed in a row-and-column format.
Referential Integrity Constraint
Data Sheet
Database Object
Third Normal Form
34. An attribute utilized to sort and/or identify data in some manner. Each table should have a primary key which uniquely identifies records.
Check Box
Row
Functional Dependency
Key
35. 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.
Referential Integrity
Trigger
Data Sheet
Referential Integrity Constraint
36. Relations which allow you to retrieve related records from the same table.
Primary Key
Self-Join
Functional Dependency
Query
37. The process of organizing data to minimize redundancy and produce smaller - well-structured relations/tables.
Record
Referential Integrity
Normalization
Database
38. A data type that is used for fields and calculations involving money
Triggers
Schema
Composite Key
Currency Data Type
39. Knowing the value of one attribute you can determine the value of another attribute.
Functional Dependency
Composite Key
Append Query
Transact
40. An MS Access tool that simplifies a task. For example - you can quickly create a complex expression with the Expression Builder.
Schema
Relational Database Model
Transaction
Expression Builder
41. 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
Hierarchical Database
Foreign Key
Database
Relation
42. 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.
Access
Referential Integrity
View
Database
43. One or more fields whose values uniquely identify each record in a table.
Primary Key
Currency Data Type
Comparison Operator
Attribute
44. 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.
Autonumber
One-To-Many Relationship
Second Normal Form
Schema
45. No multiple multi-valued dependencies.
Alternate Key
Third Normal Form
Trigger
Fourth Normal Form
46. The persons or things that a database table is about.
Entities
Primary Key
One-To-One Relationship
SQL
47. A database object on which you place controls for entering - displaying and editing records in a table.
Entities
Relation
Form
Record
48. All determinants are candidate keys.
Boyce-Codd Normal Form
Fourth Normal Form
Database Diagram
Text Box
49. A type of computer file system that stores all data in a single file.
First Normal Form
Data Type
Flat File
Data Mining
50. 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.
Data Model
Text Box
Currency Data Type
Cardinality