SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
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 examining and analyzing data with a view to extracting patterns from it. It is usually done on data warehouses
Report
Make Table Query
Data Mining
Data Sheet
2. 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.
Row
Index
First Normal Form
Access
3. A graphical representation of any portion of a database scheme.
Foreign Key
Database Diagram
Transitive Dependency
Column
4. When a relation is not just in Boyce-Codd Normal Form - but also contains at most one multivalued dependency.
Fourth Normal Form
Access 2007
Action Query
Composite Key
5. Attribute that determines the value of another attribute.
Determinant
Data Integrity Rules
Query
Action Query
6. Data about data.
Second Normal Form
Record
Fourth Normal Form
Metadata
7. An attribute utilized to sort and/or identify data in some manner. Each table should have a primary key which uniquely identifies records.
Data Manipulation Language
Primary Key
Key
Fourth Normal Form
8. An action query that adds the records in a query's result set to the end of an existing table.
Append Query
Calculated Field
Domain/Key Normal Form
Schema
9. 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.
Entities
Numeric Data Type
Cardinality
Totals Query
10. a.k.a record
Select Query
Tuple
Database
Candidate Key
11. A data type that is used for fields and calculations involving money
Data
Form
Transitive Dependency
Currency Data Type
12. 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
Primary Key
Boyce-Codd Normal Form
Column Selector
Make Table Query
13. 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
Default Value
Self-Join
Compound Key
14. A collection of fields that together describe one entity.
Key
Primary Key
Record
Best Normal Form
15. A characteristic of the items in a database i.e. a field
Recursive Dependency
Attribute
Database Management System (DBMS)
SQL View
16. To modify a database - or the files associated with the database.
Transact
Index
Cardinality
Database Object
17. Contents of a Database: Tables of user data - Metadata - Indexes - Stored Procedures - _______ - Security Data - Backup/Recovery Data
Transitive Dependency
Make Table Query
Triggers
Default Value
18. An association between two tables in which several records in one table can relate to 0 - 1 or many records in the other table.
Referential Integrity Constraint
Many-to-many Relationship
Form
Database
19. An MS Access tool that simplifies a task. For example - you can quickly create a complex expression with the Expression Builder.
Object-Oriented Database
Expression Builder
SQL
Data Warehouse
20. 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.
E-R diagram
Second Normal Form
Third Normal Form
View
21. The part of an SQL statement that specifies which record to retrieve.
Where clause
Index
SQL
Data Manipulation Language
22. The dominant database model
Comparison Operator
Totals Query
Index
Relational Database Model
23. The persons or things that a database table is about.
Entities
SQL View
Compound Key
First Normal Form
24. A location within a database table that stores one particular type of data i.e. a field
Multi-valued Dependency
Select
Comparison Operator
Column
25. A database object that prints information formatted and organised according to your specifications.
Many-to-many Relationship
Report
Expression Builder
Sort
26. One (or more fields) in a table that refer to the primary key in another table.
Criteria
Action Query
Foreign Key
View
27. 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
Aggregate Function
Best Normal Form
Query
28. Functional dependency involving only non-key attributes.
Multi-valued Dependency
Transitive Dependency
Column Selector
Tuple
29. The DML statement used to choose data from a database. The result is stored in a temporary table - called the result-set.
Schema
Triggers
Select
Group
30. A database object that stores data in records and fields. The data is usually about a particular category of things.
Compound Key
Delete Query
Table
Action Query
31. 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.
Primary Key
Group
Entity Relationship Diagram
Access
32. 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.
Data Manipulation Language
Select
One-To-One Relationship
Metadata
33. A field data type that automatically stores a unique number for each record as it is added to a table.
Candidate Key
Currency Data Type
Autonumber
Self-Join
34. 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
One-To-Many Relationship
Join
Totals Query
E-R diagram
35. 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.
Data Model
Database Object
Table Window
Null
36. The conditional expession that is to be used to select particular data records from a larger set of records.
Delete Query
Criteria
Make Table Query
Entity Relationship Diagram
37. 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
Transaction
Table
Super key
38. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
Composite Key
SQL
Determinant
Tuple
39. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Domain/Key Normal Form
Database Diagram
Many-to-many Relationship
Field
40. The process of organizing data to minimize redundancy and produce smaller - well-structured relations/tables.
One-To-Many Relationship
Self-Join
Entity Relationship Diagram
Normalization
41. Many-to-many relationships occur when each record in TableA may have 0 - 1 or many linked records in TableB and vice-versa.
Column
Determinant
Many-to-Many Relationships
First Normal Form
42. 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.
Index
Table Window
Append Query
Secondary Key
43. 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
Report
Relational Database Model
Metadata
Database
44. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
Where clause
Null
Third Normal Form
Super key
45. Arrange the records in a view set in order according to a particular field
Select
E-R diagram
Sort
Second Normal Form
46. A query that copies data or changes data in some way. This includes append - delete - make-table and update queries.
Record
Action Query
Second Normal Form
Relational Database Model
47. 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.
SQL
Design Vie
Access
Select Query
48. All determinants are candidate keys.
Third Normal Form
Select
Boyce-Codd Normal Form
Normalization
49. Relations which allow you to retrieve related records from the same table.
Compound Key
Index
Self-Join
Data Sheet
50. A link between two or more tables.
Join
View
Table
Cardinality