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 of one and only one record in the related table.
Compound Key
Domain/Key Normal Form
One-To-One Relationship
SQL
2. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Recursive Dependency
Where clause
Select
Field
3. A query ( SQL statement ) that creates a new table and then creates records in it by coping records from an existing table.
Hierarchical Database
One-To-Many Relationship
Make Table Query
Database
4. 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.
Text Box
Database Object
Aggregate Function
Fourth Normal Form
5. The program which is used to organize - access and manage the data in a database - Creates - processes - and administers databases.
Comparison Operator
Database Management System (DBMS)
Totals Query
Text Box
6. A graphical representation of all entity relationships (Data Model)
Row
Relational Database Model
Field
Entity Relationship Diagram
7. All determinants are candidate keys.
Entities
Data
Query
Boyce-Codd Normal Form
8. To modify a database - or the files associated with the database.
Relational Database Model
Triggers
Autonumber
Transact
9. The dominant database model
Relational Database Model
Where clause
Compound Key
First Normal Form
10. A query that removes records which match the criteria you specify from one or more tables
Delete Query
Database Object
Numeric Data Type
First Normal Form
11. 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.
Multi-valued Dependency
Check Box
Totals Query
Entity Relationship Diagram
12. Stored procedures that may be configured to automatically execute (fire) when certain events take place.
Trigger
Third Normal Form
Join
Foreign Key
13. The components of a data abase i.e. tables - queries - forms - reports - pages - macros and modules.
Aggregate Function
Database Object
Database Management System (DBMS)
Determinant
14. Many-to-many relationships occur when each record in TableA may have 0 - 1 or many linked records in TableB and vice-versa.
Access 2007
Transitive Dependency
Many-to-Many Relationships
First Normal Form
15. One (or more fields) in a table that refer to the primary key in another table.
Fourth Normal Form
Foreign Key
Metadata
Make Table Query
16. 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
Database
Second Normal Form
Database Window
17. 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
One-To-Many Relationship
Index
Boyce-Codd Normal Form
18. No partial functional-dependencies.
Second Normal Form
Row
Metadata
Database
19. Data about data.
Metadata
Where clause
Action Query
Make Table Query
20. A function such as sum - count or average that you use to include summary data in a report.
Sort
Aggregate Function
Referential Integrity Constraint
Self-Join
21. Refers to the number of associations that can exist between two record types.
Append Query
Cardinality
Currency Data Type
Alternate Key
22. A characteristic of a field that determines what kind of data it can store and what type of operations can be performed on it.
Data Mining
Transact
Data Type
Row
23. DBMS (Database Management System) statements used to manage data (tables and other objects) within a database
Data Manipulation Language
Object-Oriented Database
Null
Secondary Key
24. A collection of fields that together describe one entity.
Record
Query
Entities
First Normal Form
25. An action query that adds the records in a query's result set to the end of an existing table.
Referential Integrity Constraint
Primary Key
Column
Append Query
26. An MS Access tool that simplifies a task. For example - you can quickly create a complex expression with the Expression Builder.
Key
Database Management System (DBMS)
Expression Builder
Currency Data Type
27. A type of computer file system that stores all data in a single file.
Flat File
Attribute
SQL
Transaction
28. A database object that stores data in records and fields. The data is usually about a particular category of things.
Where clause
Database
Database Object
Table
29. The DBMS language component used to create - alter and destroy databases and database objects i.e. schemas - tables - views - sequences - catalogs - indexes - and aliases.
Boyce-Codd Normal Form
Data Definiton Language
Entities
Comparison Operator
30. Groups of database commands which are to be treated as a single atomic event.
Referential Integrity
Transaction
Key
Cardinality
31. An association between two tables in which several records in one table can relate to 0 - 1 or many records in the other table.
SQL View
Autonumber
Many-to-many Relationship
One-To-Many Relationship
32. This is an exact numeric data type that holds from 10^38 - 1 through 10^38 - 1.
Numeric Data Type
Relational Database Model
Criteria
Flat File
33. A query that copies data or changes data in some way. This includes append - delete - make-table and update queries.
Append Query
Where clause
Action Query
Make Table Query
34. 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.
Metadata
Autonumber
Referential Integrity Constraint
Entities
35. A primary key that is comprised of more than one field.
Composite Key
Boyce-Codd Normal Form
Primary Key
Text Box
36. 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
Compound Key
Object-Oriented Database
Query
37. A database object that prints information formatted and organised according to your specifications.
Relation
Transaction
Report
Transitive Dependency
38. DOC MADE UP
Join
Functional Dependency
Transitive Dependency
Recursive Dependency
39. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
Comparison Operator
Database Object
SQL
Join
40. 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.
Field
Totals Query
Functional Dependency
Candidate Key
41. 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
Data Manipulation Language
First Normal Form
SQL
42. In an access databse - a window in which you work with tables in design view or datasheet view.
Database Diagram
Metadata
Key
Table Window
43. 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
Data Sheet
Database Object
Compound Key
44. A window that shows the design or structure of the database objects: tables - queries - forms - reports - macros and data access pages.
Transact
Check Box
Compound Key
Design Vie
45. Knowingly violates one or more rules of normalization.
Best Normal Form
Third Normal Form
Second Normal Form
Database Window
46. A location within a database table that stores one particular type of data i.e. a field
First Normal Form
Column
Criteria
Query
47. Specialized engines designed specifically to store objects. Users can interact with objects only through designated methods.
Relation
Object-Oriented Database
Row
Calculated Field
48. A self-describing collection of integrated tables. The tables are called integrated because they store data about the relationships between the rows of data.
Query
Database
Determinant
Referential Integrity
49. A graphical representation of any portion of a database scheme.
Design Vie
Database Object
Database Diagram
Recursive Dependency
50. 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.
Referential Integrity Constraint
Data Warehouse
Referential Integrity
Access