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. Specialized engines designed specifically to store objects. Users can interact with objects only through designated methods.
Recursive Dependency
Aggregate Function
Primary Key
Object-Oriented Database
2. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
Database Window
Index
SQL
Secondary Key
3. DOC MADE UP
Second Normal Form
Referential Integrity
Data Type
Recursive Dependency
4. A link between two or more tables.
Referential Integrity Constraint
Select Query
Join
Candidate Key
5. An association between two tables in which several records in one table can relate to 0 - 1 or many records in the other table.
Compound Key
Many-to-many Relationship
Data Model
Third Normal Form
6. A database object on which you place controls for entering - displaying and editing records in a table.
Numeric Data Type
Autonumber
Form
Default Value
7. A relation that contains no multivalued attributes.
Multi-valued Dependency
First Normal Form
Field
E-R diagram
8. Knowing the value of one attribute you can determine the value of another attribute.
Functional Dependency
Alternate Key
Column
Data Definiton Language
9. DBMS (Database Management System) statements used to manage data (tables and other objects) within a database
Data Manipulation Language
Composite Key
Group
Third Normal Form
10. 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 Window
Where clause
Transitive Dependency
Database
11. All determinants are candidate keys.
Data Definiton Language
Report
Group
Boyce-Codd Normal Form
12. The dominant database model
Access
Relational Database Model
Totals Query
Foreign Key
13. A database object that prints information formatted and organised according to your specifications.
Column Selector
Compound Key
Functional Dependency
Report
14. No multiple multi-valued dependencies.
Fourth Normal Form
Column Selector
First Normal Form
Second Normal Form
15. To modify a database - or the files associated with the database.
Query
Index
Transact
Foreign Key
16. An attribute utilized to sort and/or identify data in some manner. Each table should have a primary key which uniquely identifies records.
Data Sheet
Transact
Key
Multi-valued Dependency
17. 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.
Entity Relationship Diagram
Totals Query
Data Mining
Delete Query
18. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
Null
Access
Primary Key
Database Diagram
19. 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.
Database Object
Select Query
SQL View
Foreign Key
20. The components of a data abase i.e. tables - queries - forms - reports - pages - macros and modules.
Database Object
Sort
Primary Key
Action Query
21. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Data Model
Field
Super key
Candidate Key
22. A query ( SQL statement ) that creates a new table and then creates records in it by coping records from an existing table.
Calculated Field
Default Value
Make Table Query
Relational Database Model
23. 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.
Numeric Data Type
Data Model
Criteria
Data Type
24. A type of computer file system that stores all data in a single file.
Null
Third Normal Form
Flat File
Fourth Normal Form
25. 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.
Transact
Referential Integrity
Report
One-To-Many Relationship
26. a.k.a record
Tuple
Data Model
Entities
Append Query
27. 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
Expression Builder
Second Normal Form
Tuple
28. The process of examining and analyzing data with a view to extracting patterns from it. It is usually done on data warehouses
Data Mining
Comparison Operator
Data Model
Relation
29. 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.
Data Type
Secondary Key
Comparison Operator
Flat File
30. 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
Column Selector
E-R diagram
Determinant
Access 2007
31. The actual pieces of facts that are stored in the fields in a database table.
Data Manipulation Language
Data
Criteria
Database
32. 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
Action Query
Many-to-Many Relationships
Flat File
Hierarchical Database
33. A field data type that automatically stores a unique number for each record as it is added to a table.
Autonumber
Data Sheet
Data Integrity Rules
Candidate Key
34. A record as seen in the data sheet view.
Database Object
Determinant
SQL View
Row
35. 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
Expression Builder
Column Selector
Normalization
36. Data about data.
Self-Join
Metadata
Access 2007
Where clause
37. When a relation is not just in Boyce-Codd Normal Form - but also contains at most one multivalued dependency.
Fourth Normal Form
Column
Boyce-Codd Normal Form
Second Normal Form
38. Attribute that determines the value of another attribute.
Expression Builder
Form
Determinant
Table Window
39. A database object that stores data in records and fields. The data is usually about a particular category of things.
Table
Transitive Dependency
Action Query
Totals Query
40. Table has no anomalies.
SQL
Domain/Key Normal Form
Make Table Query
Candidate Key
41. In an access databse - a window in which you work with tables in design view or datasheet view.
Table Window
Second Normal Form
First Normal Form
Select
42. 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.
Group
Referential Integrity Constraint
Flat File
Recursive Dependency
43. An action query that adds the records in a query's result set to the end of an existing table.
Append Query
Select Query
Third Normal Form
Foreign Key
44. When a table is not only in 1NF but each non key field is functionally dependent on the full primary key
Action Query
Second Normal Form
Database Management System (DBMS)
Default Value
45. 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 Type
Null
Query
Schema
46. Dependency where determinant determines a list of values.
Multi-valued Dependency
Foreign Key
Data Manipulation Language
Database Window
47. A field in a table with unique values that although it is not the primary key - it could have been used as such.
Transact
Entities
Foreign Key
Alternate Key
48. A query that removes records which match the criteria you specify from one or more tables
Database Management System (DBMS)
Delete Query
Data Sheet
Functional Dependency
49. One or more fields whose values uniquely identify each record in a table.
Primary Key
Foreign Key
Form
Aggregate Function
50. A collection of fields that together describe one entity.
Fourth Normal Form
First Normal Form
Boyce-Codd Normal Form
Record