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.
Multi-valued Dependency
SQL
SQL
One-To-Many Relationship
2. 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
Relational Database Model
SQL
View
Hierarchical Database
3. A characteristic of the items in a database i.e. a field
Attribute
Boyce-Codd Normal Form
Index
Many-to-many Relationship
4. The part of an SQL statement that specifies which record to retrieve.
Join
Where clause
Boyce-Codd Normal Form
Index
5. A query that removes records which match the criteria you specify from one or more tables
Compound Key
Where clause
Check Box
Delete Query
6. A characteristic of a field that determines what kind of data it can store and what type of operations can be performed on it.
Report
Data Type
Key
Currency Data Type
7. A self-describing collection of integrated tables. The tables are called integrated because they store data about the relationships between the rows of data.
Totals Query
Access
Delete Query
Database
8. A collection of fields that together describe one entity.
Column Selector
Database Window
Data Integrity Rules
Record
9. 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.
Data Mining
E-R diagram
Database Window
SQL
10. A database object on which you place controls for entering - displaying and editing records in a table.
Form
E-R diagram
Data Warehouse
Entity Relationship Diagram
11. No Transitive Dependencies.
Column
Boyce-Codd Normal Form
Third Normal Form
Determinant
12. A relational database management system from Microsoft that combines the relational MS Jet Database Engine with a graphical user interface and software-development tools.
Group
Make Table Query
Access 2007
Referential Integrity
13. The dominant database model
Transitive Dependency
Data Integrity Rules
Select Query
Relational Database Model
14. A normalization which falls between 3NF and 4NF and involves the elimination of non-trivial dependencies
Boyce-Codd Normal Form
E-R diagram
Column Selector
Expression Builder
15. A field data type that automatically stores a unique number for each record as it is added to a table.
Form
Select
Autonumber
Database Management System (DBMS)
16. Specialized engines designed specifically to store objects. Users can interact with objects only through designated methods.
Third Normal Form
Transitive Dependency
Data Manipulation Language
Object-Oriented Database
17. The actual pieces of facts that are stored in the fields in a database table.
Secondary Key
Trigger
Data
Select
18. A query that copies data or changes data in some way. This includes append - delete - make-table and update queries.
Database
Action Query
Database Object
Many-to-Many Relationships
19. Attribute that determines the value of another attribute.
Candidate Key
Report
Compound Key
Determinant
20. This is an exact numeric data type that holds from 10^38 - 1 through 10^38 - 1.
Triggers
First Normal Form
Data Type
Numeric Data Type
21. When a relation is not just in Boyce-Codd Normal Form - but also contains at most one multivalued dependency.
Fourth Normal Form
Tuple
Compound Key
Secondary Key
22. A primary key that is comprised of more than one field.
Join
Composite Key
Triggers
Record
23. Dependency where determinant determines a list of values.
Primary Key
Select Query
Criteria
Multi-valued Dependency
24. A control that indicates whether an option is selected or not. A tick mark appears in the box when the option is selected.
Transaction
Check Box
Join
Boyce-Codd Normal Form
25. A link between two or more tables.
Foreign Key
Join
SQL View
Access
26. A database object that stores data in records and fields. The data is usually about a particular category of things.
Attribute
Table
Data Mining
Functional Dependency
27. 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
Join
Currency Data Type
Tuple
28. 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.
Composite Key
Calculated Field
Third Normal Form
SQL
29. The window that appears when you open an Access database or an Access project. It displays the commands for creating new database objects and opening and manipulating existing objects.
Database Window
Sort
Table Window
Boyce-Codd Normal Form
30. 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
Cardinality
Hierarchical Database
One-To-One Relationship
31. 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.
Secondary Key
SQL
Access 2007
Super key
32. 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
Compound Key
Super key
Column Selector
Check Box
33. The process of organizing data to minimize redundancy and produce smaller - well-structured relations/tables.
Normalization
Data Definiton Language
SQL View
Text Box
34. A data type that is used for fields and calculations involving money
Currency Data Type
Candidate Key
Composite Key
Relation
35. When a table is not only in 1NF but each non key field is functionally dependent on the full primary key
Table Window
Access 2007
One-To-One Relationship
Second Normal Form
36. A location within a database table that stores one particular type of data i.e. a field
Column
Transact
Flat File
SQL
37. The process of examining and analyzing data with a view to extracting patterns from it. It is usually done on data warehouses
Domain/Key Normal Form
Referential Integrity
Data Mining
Entities
38. Data from a table - form - query which is displayed in a row-and-column format.
Data Sheet
Relational Database Model
Record
Object-Oriented Database
39. 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.
Autonumber
Functional Dependency
Access
Sort
40. Contents of a Database: Tables of user data - Metadata - Indexes - Stored Procedures - _______ - Security Data - Backup/Recovery Data
Data Mining
Recursive Dependency
Triggers
Totals Query
41. 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
Database
Record
Super key
Relation
42. Relations which allow you to retrieve related records from the same table.
Functional Dependency
Compound Key
Self-Join
Primary Key
43. 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.
Third Normal Form
Append Query
Table
Second Normal Form
44. A database object that prints information formatted and organised according to your specifications.
Data Model
Transitive Dependency
Report
Query
45. The DBMS language component used to create - alter and destroy databases and database objects i.e. schemas - tables - views - sequences - catalogs - indexes - and aliases.
Data Definiton Language
Transitive Dependency
Third Normal Form
Data Integrity Rules
46. 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
Delete Query
Secondary Key
E-R diagram
Row
47. A function such as sum - count or average that you use to include summary data in a report.
Group
SQL
Aggregate Function
Metadata
48. An association between two tables in which several records in one table can relate to 0 - 1 or many records in the other table.
Functional Dependency
Many-to-many Relationship
Cardinality
View
49. Functional dependency involving only non-key attributes.
Recursive Dependency
Transitive Dependency
Append Query
Primary Key
50. DOC MADE UP
E-R diagram
Autonumber
Compound Key
Recursive Dependency