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 Key composed of more than one attribute.
Transitive Dependency
Object-Oriented Database
Compound Key
Table Window
2. A central repository for databases across an entire enterprise.
Data Warehouse
SQL
Table
Data Manipulation Language
3. Knowingly violates one or more rules of normalization.
Flat File
Delete Query
Best Normal Form
Autonumber
4. 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.
Second Normal Form
Alternate Key
One-To-One Relationship
Group
5. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
Many-to-many Relationship
Null
Third Normal Form
Transact
6. No multiple multi-valued dependencies.
Data Definiton Language
Fourth Normal Form
Null
Data Mining
7. Specialized engines designed specifically to store objects. Users can interact with objects only through designated methods.
Sort
Object-Oriented Database
Transaction
Data Manipulation Language
8. Guidelines set in place to ensure the trustworthiness of data over its entire life cycle.
Data Integrity Rules
Primary Key
Form
Default Value
9. 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
Append Query
SQL
Schema
10. A graphical representation of entities and their relationship to each other - typically used in computing in regard to the organization of data within databases or information systems
E-R diagram
Aggregate Function
Boyce-Codd Normal Form
Metadata
11. No Transitive Dependencies.
Tuple
Determinant
Third Normal Form
Trigger
12. To modify a database - or the files associated with the database.
Transaction
Aggregate Function
Transact
Comparison Operator
13. When a relation is not just in Boyce-Codd Normal Form - but also contains at most one multivalued dependency.
Fourth Normal Form
Secondary Key
Make Table Query
Table Window
14. No partial functional-dependencies.
Data
Aggregate Function
Second Normal Form
Data Integrity Rules
15. A field in a table with unique values that although it is not the primary key - it could have been used as such.
Check Box
Recursive Dependency
Alternate Key
Row
16. The actual pieces of facts that are stored in the fields in a database table.
Data
Database Management System (DBMS)
Join
One-To-Many Relationship
17. An operator used to compare two values or expressions; For example - < (less than) - > (greater than) - = (equal to)
Comparison Operator
Primary Key
Third Normal Form
Data Sheet
18. Groups of database commands which are to be treated as a single atomic event.
Third Normal Form
Transaction
Access 2007
Row
19. 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.
Make Table Query
Referential Integrity Constraint
Database
Query
20. Refers to the number of associations that can exist between two record types.
Functional Dependency
Entity Relationship Diagram
Null
Cardinality
21. A query ( SQL statement ) that creates a new table and then creates records in it by coping records from an existing table.
Make Table Query
Data Integrity Rules
Null
Aggregate Function
22. A database object on which you place controls for entering - displaying and editing records in a table.
Form
Database
Many-to-many Relationship
Self-Join
23. 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
Access 2007
Database
Data Warehouse
Data Model
24. A graphical representation of all entity relationships (Data Model)
Record
Entity Relationship Diagram
Access
Database Object
25. A characteristic of the items in a database i.e. a field
Check Box
Compound Key
Cardinality
Attribute
26. The conditional expession that is to be used to select particular data records from a larger set of records.
Design Vie
Composite Key
Criteria
Recursive Dependency
27. 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.
Trigger
Secondary Key
Second Normal Form
Entity Relationship Diagram
28. A field data type that automatically stores a unique number for each record as it is added to a table.
Join
Attribute
Make Table Query
Autonumber
29. A function such as sum - count or average that you use to include summary data in a report.
Numeric Data Type
Data Mining
Determinant
Aggregate Function
30. One (or more fields) in a table that refer to the primary key in another table.
Foreign Key
Boyce-Codd Normal Form
Alternate Key
Access 2007
31. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
Relation
Recursive Dependency
SQL
Super key
32. The DML statement used to choose data from a database. The result is stored in a temporary table - called the result-set.
Multi-valued Dependency
Fourth Normal Form
Domain/Key Normal Form
Select
33. Stored procedures that may be configured to automatically execute (fire) when certain events take place.
Data Mining
Normalization
Relational Database Model
Trigger
34. One or more fields whose values uniquely identify each record in a table.
Column Selector
Row
Primary Key
E-R diagram
35. A data type that is used for fields and calculations involving money
Data Manipulation Language
Functional Dependency
Data
Currency Data Type
36. 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.
Relation
Aggregate Function
Normalization
Totals Query
37. A way of looking at a database object - usually looking at the design or at the contents/results
Third Normal Form
Second Normal Form
View
Data Manipulation Language
38. Contents of a Database: Tables of user data - Metadata - Indexes - Stored Procedures - _______ - Security Data - Backup/Recovery Data
Database
Triggers
Alternate Key
Expression Builder
39. A window that shows the design or structure of the database objects: tables - queries - forms - reports - macros and data access pages.
Functional Dependency
Design Vie
Compound Key
E-R diagram
40. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Currency Data Type
Key
Database
Field
41. A record as seen in the data sheet view.
Data Sheet
Column
Row
Append Query
42. A normalization which falls between 3NF and 4NF and involves the elimination of non-trivial dependencies
Composite Key
Expression Builder
Third Normal Form
Boyce-Codd Normal Form
43. The process of examining and analyzing data with a view to extracting patterns from it. It is usually done on data warehouses
Expression Builder
Data Manipulation Language
Form
Data Mining
44. 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
Query
Tuple
Candidate Key
45. 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.
Select
Select Query
Numeric Data Type
Query
46. A query that removes records which match the criteria you specify from one or more tables
Delete Query
Hierarchical Database
Fourth Normal Form
Compound Key
47. 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
Second Normal Form
Primary Key
SQL
48. When a table is not only in 1NF but each non key field is functionally dependent on the full primary key
Second Normal Form
Text Box
Determinant
Relation
49. The components of a data abase i.e. tables - queries - forms - reports - pages - macros and modules.
Append Query
Entity Relationship Diagram
Database Object
Primary Key
50. Dependency where determinant determines a list of values.
Recursive Dependency
Join
Default Value
Multi-valued Dependency