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 process of organizing data to minimize redundancy and produce smaller - well-structured relations/tables.
Sort
Entity Relationship Diagram
Make Table Query
Normalization
2. 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.
One-To-Many Relationship
Alternate Key
Third Normal Form
Field
3. A relational database management system from Microsoft that combines the relational MS Jet Database Engine with a graphical user interface and software-development tools.
Schema
Append Query
Access 2007
Form
4. The conditional expession that is to be used to select particular data records from a larger set of records.
Data Type
Normalization
Criteria
Hierarchical Database
5. a.k.a record
Select Query
Tuple
Foreign Key
Primary Key
6. An operator used to compare two values or expressions; For example - < (less than) - > (greater than) - = (equal to)
Comparison Operator
Data Type
Relational Database Model
Entity Relationship Diagram
7. 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.
Data Warehouse
Action Query
Trigger
Referential Integrity Constraint
8. Guidelines set in place to ensure the trustworthiness of data over its entire life cycle.
Data Mining
Data Sheet
Data Integrity Rules
Tuple
9. The process of examining and analyzing data with a view to extracting patterns from it. It is usually done on data warehouses
Select Query
Data Mining
Data
Transitive Dependency
10. Dependency where determinant determines a list of values.
Multi-valued Dependency
Referential Integrity
Compound Key
First Normal Form
11. Many-to-many relationships occur when each record in TableA may have 0 - 1 or many linked records in TableB and vice-versa.
Best Normal Form
Column Selector
Many-to-Many Relationships
Fourth Normal Form
12. An action query that adds the records in a query's result set to the end of an existing table.
Relational Database Model
Null
Third Normal Form
Append Query
13. A database object on which you place controls for entering - displaying and editing records in a table.
Form
Field
Fourth Normal Form
Metadata
14. An association between two tables in which several records in one table can relate to 0 - 1 or many records in the other table.
Recursive Dependency
Many-to-many Relationship
Query
Calculated Field
15. A Key composed of more than one attribute.
Delete Query
Compound Key
Design Vie
Entity Relationship Diagram
16. No multiple multi-valued dependencies.
One-To-Many Relationship
Fourth Normal Form
Foreign Key
Best Normal Form
17. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
Domain/Key Normal Form
SQL
Candidate Key
Trigger
18. Candidate key selected for use.
Action Query
Primary Key
Candidate Key
Check Box
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
View
Super key
Database
Relation
20. 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.
Table
One-To-One Relationship
Totals Query
Aggregate Function
21. The persons or things that a database table is about.
Record
Entities
One-To-Many Relationship
Data Sheet
22. A database object that stores data in records and fields. The data is usually about a particular category of things.
One-To-One Relationship
Secondary Key
Data Model
Table
23. Relations which allow you to retrieve related records from the same table.
Self-Join
Multi-valued Dependency
Null
Trigger
24. Data from a table - form - query which is displayed in a row-and-column format.
Domain/Key Normal Form
SQL View
Column Selector
Data Sheet
25. 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.
Access
Data
Field
Data Warehouse
26. Groups of database commands which are to be treated as a single atomic event.
Form
Database
Second Normal Form
Transaction
27. A relation that contains no multivalued attributes.
First Normal Form
Form
Index
Column
28. All determinants are candidate keys.
Boyce-Codd Normal Form
Select
Column Selector
Access 2007
29. 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).
Comparison Operator
Third Normal Form
Boyce-Codd Normal Form
Select Query
30. In an access databse - a window in which you work with tables in design view or datasheet view.
Currency Data Type
Select
Table Window
Check Box
31. Stored procedures that may be configured to automatically execute (fire) when certain events take place.
Sort
SQL View
Trigger
Row
32. A graphical representation of any portion of a database scheme.
Index
Database Diagram
Trigger
Multi-valued Dependency
33. Specialized engines designed specifically to store objects. Users can interact with objects only through designated methods.
Delete Query
Fourth Normal Form
Object-Oriented Database
Recursive Dependency
34. When a relation is not just in Boyce-Codd Normal Form - but also contains at most one multivalued dependency.
Third Normal Form
Referential Integrity Constraint
Table
Fourth Normal Form
35. 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
Currency Data Type
Triggers
Comparison Operator
36. Data about data.
Field
Multi-valued Dependency
Metadata
Key
37. DBMS (Database Management System) statements used to manage data (tables and other objects) within a database
First Normal Form
Data Manipulation Language
Third Normal Form
Self-Join
38. 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.
Fourth Normal Form
Trigger
Transaction
Calculated Field
39. An attribute utilized to sort and/or identify data in some manner. Each table should have a primary key which uniquely identifies records.
Triggers
Report
Key
Data Type
40. A query that removes records which match the criteria you specify from one or more tables
Delete Query
Data Warehouse
Make Table Query
Append Query
41. All key attributes defined - attributes depend on key and no repeating groups.
Relational Database Model
Transaction
First Normal Form
Hierarchical Database
42. The dominant database model
Entities
Referential Integrity
Relational Database Model
Data Definiton Language
43. A value that is automatically entered in a field or control when you add a new record.
Boyce-Codd Normal Form
Default Value
Candidate Key
Row
44. Functional dependency involving only non-key attributes.
Relation
Report
Transitive Dependency
Record
45. A normalization which falls between 3NF and 4NF and involves the elimination of non-trivial dependencies
Default Value
Normalization
First Normal Form
Boyce-Codd Normal Form
46. The DML statement used to choose data from a database. The result is stored in a temporary table - called the result-set.
Currency Data Type
Data Manipulation Language
Self-Join
Select
47. 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.
Access 2007
Self-Join
Secondary Key
Where clause
48. A field data type that automatically stores a unique number for each record as it is added to a table.
Access 2007
Autonumber
Select Query
E-R diagram
49. 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
Alternate Key
Data Type
Database Management System (DBMS)
50. The actual pieces of facts that are stored in the fields in a database table.
Data Model
Object-Oriented Database
Data
Self-Join