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. Arrange the records in a view set in order according to a particular field
Check Box
SQL View
Sort
Key
2. Many-to-many relationships occur when each record in TableA may have 0 - 1 or many linked records in TableB and vice-versa.
Many-to-Many Relationships
Cardinality
Data
Secondary Key
3. A data type that is used for fields and calculations involving money
Action Query
Normalization
Currency Data Type
Access
4. The DML statement used to choose data from a database. The result is stored in a temporary table - called the result-set.
Data Type
Tuple
Select
Boyce-Codd Normal Form
5. An MS Access tool that simplifies a task. For example - you can quickly create a complex expression with the Expression Builder.
Null
Trigger
Attribute
Expression Builder
6. 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.
Text Box
Access
Transitive Dependency
Comparison Operator
7. A window that shows the design or structure of the database objects: tables - queries - forms - reports - macros and data access pages.
Design Vie
Where clause
Boyce-Codd Normal Form
Report
8. 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.
Data Mining
Sort
Many-to-many Relationship
Query
9. No multiple multi-valued dependencies.
Action Query
Database Object
Referential Integrity
Fourth Normal Form
10. A primary key that is comprised of more than one field.
Table Window
Select Query
Data Warehouse
Composite Key
11. A central repository for databases across an entire enterprise.
Data
Relation
Data Warehouse
Fourth Normal Form
12. The components of a data abase i.e. tables - queries - forms - reports - pages - macros and modules.
Super key
Group
Trigger
Database Object
13. 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.
Metadata
Tuple
SQL View
Calculated Field
14. A control that indicates whether an option is selected or not. A tick mark appears in the box when the option is selected.
Super key
Access 2007
Schema
Check Box
15. Knowing the value of one attribute you can determine the value of another attribute.
Many-to-Many Relationships
Triggers
Functional Dependency
Data Integrity Rules
16. 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.
Column Selector
Action Query
Autonumber
One-To-One Relationship
17. Data about data.
Metadata
Table
Index
Access
18. The dominant database model
Database Diagram
Select
Relational Database Model
Database Management System (DBMS)
19. A type of computer file system that stores all data in a single file.
Form
Referential Integrity
Flat File
Index
20. A value that is automatically entered in a field or control when you add a new record.
Totals Query
Relational Database Model
Metadata
Default Value
21. Candidate key selected for use.
Primary Key
Group
First Normal Form
Tuple
22. The actual pieces of facts that are stored in the fields in a database table.
Data
Comparison Operator
Hierarchical Database
Flat File
23. Refers to the number of associations that can exist between two record types.
Cardinality
Entities
Join
One-To-One Relationship
24. 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.
Entities
Entity Relationship Diagram
Referential Integrity Constraint
E-R diagram
25. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
Action Query
Numeric Data Type
Select Query
Null
26. 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.
Comparison Operator
Data Integrity Rules
Database Object
Secondary Key
27. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
Functional Dependency
Database Diagram
SQL
Row
28. A location within a database table that stores one particular type of data i.e. a field
Column
Table Window
Check Box
Recursive Dependency
29. 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
Super key
Entities
Second Normal Form
Action Query
30. A graphical representation of any portion of a database scheme.
Many-to-many Relationship
Expression Builder
Third Normal Form
Database Diagram
31. Data from a table - form - query which is displayed in a row-and-column format.
Second Normal Form
Data Sheet
Aggregate Function
Hierarchical Database
32. To modify a database - or the files associated with the database.
Transact
Third Normal Form
Null
Compound Key
33. A collection of fields that together describe one entity.
Referential Integrity Constraint
Totals Query
Alternate Key
Record
34. Attribute that determines the value of another attribute.
SQL
Best Normal Form
Object-Oriented Database
Determinant
35. An action query that adds the records in a query's result set to the end of an existing table.
View
One-To-One Relationship
Append Query
Schema
36. Stored procedures that may be configured to automatically execute (fire) when certain events take place.
Table Window
Trigger
Sort
Make Table Query
37. Relations which allow you to retrieve related records from the same table.
Transaction
Self-Join
Column Selector
Primary Key
38. 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
Referential Integrity
Transitive Dependency
Attribute
39. A database object that prints information formatted and organised according to your specifications.
Data Type
Self-Join
Report
SQL View
40. A query ( SQL statement ) that creates a new table and then creates records in it by coping records from an existing table.
Boyce-Codd Normal Form
Relation
Make Table Query
Comparison Operator
41. A field in a table with unique values that although it is not the primary key - it could have been used as such.
Recursive Dependency
Alternate Key
Column
Object-Oriented Database
42. A self-describing collection of integrated tables. The tables are called integrated because they store data about the relationships between the rows of data.
Make Table Query
Database
Key
Data Integrity Rules
43. The DBMS language component used to create - alter and destroy databases and database objects i.e. schemas - tables - views - sequences - catalogs - indexes - and aliases.
Default Value
Column
Data Definiton Language
Object-Oriented Database
44. A link between two or more tables.
Join
Referential Integrity
Key
Record
45. 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
Boyce-Codd Normal Form
Numeric Data Type
Expression Builder
Hierarchical Database
46. A query that copies data or changes data in some way. This includes append - delete - make-table and update queries.
Action Query
Compound Key
Database Diagram
Fourth Normal Form
47. Table has no anomalies.
Referential Integrity Constraint
Domain/Key Normal Form
Data Mining
Self-Join
48. 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
Second Normal Form
Triggers
Hierarchical Database
49. DBMS (Database Management System) statements used to manage data (tables and other objects) within a database
Trigger
Data Mining
Null
Data Manipulation Language
50. 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.
Select
Group
Row
Table Window