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. 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.
Attribute
Functional Dependency
One-To-Many Relationship
Delete Query
2. A normalization which falls between 3NF and 4NF and involves the elimination of non-trivial dependencies
Boyce-Codd Normal Form
Append Query
Compound Key
Make Table Query
3. The conditional expession that is to be used to select particular data records from a larger set of records.
Entities
SQL
Criteria
Boyce-Codd Normal Form
4. The components of a data abase i.e. tables - queries - forms - reports - pages - macros and modules.
Form
Data Integrity Rules
Table Window
Database Object
5. A query that copies data or changes data in some way. This includes append - delete - make-table and update queries.
Column
Access
Action Query
View
6. No Transitive Dependencies.
Referential Integrity Constraint
Candidate Key
Third Normal Form
SQL
7. 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
Self-Join
Database Diagram
Alternate Key
8. A query that removes records which match the criteria you specify from one or more tables
One-To-Many Relationship
Delete Query
Recursive Dependency
Relation
9. 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.
Autonumber
Fourth Normal Form
Group
Data Type
10. Functional dependency involving only non-key attributes.
Criteria
One-To-One Relationship
Functional Dependency
Transitive Dependency
11. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
Null
Relation
Criteria
Data Manipulation Language
12. 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
Super key
Trigger
Access 2007
Attribute
13. Arrange the records in a view set in order according to a particular field
Autonumber
Hierarchical Database
Sort
Data Type
14. 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.
Multi-valued Dependency
Text Box
Compound Key
First Normal Form
15. 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
Candidate Key
Hierarchical Database
Data Model
SQL
16. 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.
Fourth Normal Form
Referential Integrity
Data Integrity Rules
SQL
17. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Metadata
Field
Attribute
Relation
18. Refers to the number of associations that can exist between two record types.
Cardinality
Data Type
Database Window
First Normal Form
19. A function such as sum - count or average that you use to include summary data in a report.
Access
Autonumber
Normalization
Aggregate Function
20. This is an exact numeric data type that holds from 10^38 - 1 through 10^38 - 1.
Make Table Query
Third Normal Form
Delete Query
Numeric Data Type
21. The DML statement used to choose data from a database. The result is stored in a temporary table - called the result-set.
Composite Key
Select
Data Mining
Group
22. a.k.a record
Referential Integrity Constraint
Data Sheet
Super key
Tuple
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.
Database Object
Compound Key
Data Model
Determinant
24. A type of computer file system that stores all data in a single file.
Domain/Key Normal Form
Report
Flat File
Check Box
25. A database object that stores data in records and fields. The data is usually about a particular category of things.
Data Integrity Rules
Data Sheet
Table
Column Selector
26. 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.
Boyce-Codd Normal Form
Transaction
SQL
Database Object
27. A database object on which you place controls for entering - displaying and editing records in a table.
Object-Oriented Database
Form
Column Selector
Many-to-Many Relationships
28. An attribute utilized to sort and/or identify data in some manner. Each table should have a primary key which uniquely identifies records.
Expression Builder
Key
Check Box
Table
29. A collection of fields that together describe one entity.
Hierarchical Database
Record
Compound Key
Transact
30. A primary key that is comprised of more than one field.
Compound Key
Composite Key
SQL
Data Model
31. A Key composed of more than one attribute.
Primary Key
Compound Key
Expression Builder
Transitive Dependency
32. Contents of a Database: Tables of user data - Metadata - Indexes - Stored Procedures - _______ - Security Data - Backup/Recovery Data
Entity Relationship Diagram
SQL
Triggers
Attribute
33. A characteristic of a field that determines what kind of data it can store and what type of operations can be performed on it.
Database Management System (DBMS)
Check Box
Third Normal Form
Data Type
34. DBMS (Database Management System) statements used to manage data (tables and other objects) within a database
Comparison Operator
Self-Join
Data Manipulation Language
First Normal Form
35. A relation that contains no multivalued attributes.
Null
Transaction
First Normal Form
Candidate Key
36. Specialized engines designed specifically to store objects. Users can interact with objects only through designated methods.
Many-to-many Relationship
Object-Oriented Database
Column
Transaction
37. Knowingly violates one or more rules of normalization.
Best Normal Form
One-To-Many Relationship
Select Query
Join
38. All determinants are candidate keys.
SQL
First Normal Form
Column
Boyce-Codd Normal Form
39. 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.
Many-to-many Relationship
Key
Referential Integrity Constraint
Make Table Query
40. 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.
Compound Key
Third Normal Form
Row
Object-Oriented Database
41. Groups of database commands which are to be treated as a single atomic event.
Transaction
Transitive Dependency
Normalization
Domain/Key Normal Form
42. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
SQL
Second Normal Form
Entity Relationship Diagram
Primary Key
43. A field data type that automatically stores a unique number for each record as it is added to a table.
Key
SQL
Autonumber
Hierarchical Database
44. In an access databse - a window in which you work with tables in design view or datasheet view.
Check Box
Table Window
Column Selector
Secondary Key
45. Candidate key selected for use.
Primary Key
Join
Secondary Key
SQL
46. 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
Data Warehouse
Column Selector
Transitive Dependency
Self-Join
47. One or more fields whose values uniquely identify each record in a table.
Database Management System (DBMS)
Hierarchical Database
Join
Primary Key
48. A characteristic of the items in a database i.e. a field
Transact
Attribute
Where clause
Totals Query
49. The dominant database model
Table
Currency Data Type
Domain/Key Normal Form
Relational Database Model
50. Dependency where determinant determines a list of values.
Aggregate Function
Metadata
Make Table Query
Multi-valued Dependency