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. All determinants are candidate keys.
Access
Database
Boyce-Codd Normal Form
Comparison Operator
2. A primary key that is comprised of more than one field.
Delete Query
Self-Join
Database Management System (DBMS)
Composite Key
3. Table has no anomalies.
Key
Database Object
Referential Integrity Constraint
Domain/Key Normal Form
4. A Key composed of more than one attribute.
Compound Key
Append Query
Aggregate Function
Database
5. Many-to-many relationships occur when each record in TableA may have 0 - 1 or many linked records in TableB and vice-versa.
Field
View
Many-to-Many Relationships
Data
6. Knowingly violates one or more rules of normalization.
Best Normal Form
Compound Key
Index
Primary Key
7. 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.
Totals Query
Design Vie
Data
Entity Relationship Diagram
8. A way of looking at a database object - usually looking at the design or at the contents/results
Flat File
Data Manipulation Language
Alternate Key
View
9. DBMS (Database Management System) statements used to manage data (tables and other objects) within a database
E-R diagram
Index
Data Manipulation Language
Primary Key
10. A graphical representation of any portion of a database scheme.
Best Normal Form
Database Diagram
Alternate Key
Table
11. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
Database
First Normal Form
SQL
Normalization
12. 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.
Multi-valued Dependency
One-To-One Relationship
Database Management System (DBMS)
Foreign Key
13. A characteristic of the items in a database i.e. a field
Data Warehouse
Attribute
Autonumber
Field
14. This is an exact numeric data type that holds from 10^38 - 1 through 10^38 - 1.
Data Integrity Rules
Many-to-many Relationship
Numeric Data Type
Key
15. 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.
Referential Integrity Constraint
Best Normal Form
Numeric Data Type
Secondary Key
16. A data type that is used for fields and calculations involving money
Determinant
Candidate Key
Currency Data Type
Functional Dependency
17. 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
Currency Data Type
Aggregate Function
E-R diagram
Transaction
18. 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.
Alternate Key
Database Window
Calculated Field
SQL View
19. Knowing the value of one attribute you can determine the value of another attribute.
Sort
Tuple
Aggregate Function
Functional Dependency
20. When a table is not only in 1NF but each non key field is functionally dependent on the full primary key
Compound Key
Metadata
Relational Database Model
Second Normal Form
21. A function such as sum - count or average that you use to include summary data in a report.
Hierarchical Database
Index
Third Normal Form
Aggregate Function
22. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Many-to-Many Relationships
Field
Determinant
Database
23. DOC MADE UP
Expression Builder
Recursive Dependency
Relation
Alternate Key
24. A collection of fields that together describe one entity.
Record
Totals Query
Entity Relationship Diagram
SQL
25. 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.
Totals Query
Functional Dependency
Candidate Key
Query
26. 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.
Currency Data Type
Transitive Dependency
SQL
Multi-valued Dependency
27. A record as seen in the data sheet view.
First Normal Form
Trigger
Action Query
Row
28. When a relation is not just in Boyce-Codd Normal Form - but also contains at most one multivalued dependency.
Query
Fourth Normal Form
Object-Oriented Database
Third Normal Form
29. Attribute that determines the value of another attribute.
Null
Determinant
Data Type
Compound Key
30. One (or more fields) in a table that refer to the primary key in another table.
View
Column Selector
Text Box
Foreign Key
31. 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.
Where clause
Column Selector
Referential Integrity Constraint
Join
32. 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
Compound Key
Triggers
Make Table Query
Database
33. A relation that contains no multivalued attributes.
Select Query
View
First Normal Form
Object-Oriented Database
34. 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
Cardinality
Super key
Data Sheet
E-R diagram
35. The components of a data abase i.e. tables - queries - forms - reports - pages - macros and modules.
Determinant
Database Object
Database Diagram
Third Normal Form
36. The dominant database model
Access
Data Warehouse
Relational Database Model
Tuple
37. A database object that prints information formatted and organised according to your specifications.
Autonumber
Report
Select
Criteria
38. An association between two tables in which several records in one table can relate to 0 - 1 or many records in the other table.
Object-Oriented Database
Autonumber
One-To-Many Relationship
Many-to-many Relationship
39. 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.
Tuple
Transaction
Object-Oriented Database
Group
40. The actual pieces of facts that are stored in the fields in a database table.
Fourth Normal Form
Default Value
Data
Transaction
41. Refers to the number of associations that can exist between two record types.
Group
Metadata
Cardinality
Criteria
42. The part of an SQL statement that specifies which record to retrieve.
Super key
Where clause
Make Table Query
Triggers
43. A feature that speeds up searching and sorting in a table based on key values and can enforce uniqueness on the rows of a table.
Report
Index
Compound Key
Data Warehouse
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.
Autonumber
Data Manipulation Language
Recursive Dependency
SQL View
45. 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
One-To-Many Relationship
Database Diagram
Select Query
46. A query that copies data or changes data in some way. This includes append - delete - make-table and update queries.
First Normal Form
Data
Action Query
Tuple
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
Data Warehouse
Autonumber
Action Query
48. Arrange the records in a view set in order according to a particular field
Fourth Normal Form
Functional Dependency
Sort
Composite Key
49. 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.
Table
Third Normal Form
Determinant
Alternate Key
50. a.k.a record
Metadata
Database
Referential Integrity Constraint
Tuple