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. A location within a database table that stores one particular type of data i.e. a field
Column
Access
First Normal Form
Determinant
2. 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
One-To-Many Relationship
Fourth Normal Form
Column Selector
Sort
3. A control that indicates whether an option is selected or not. A tick mark appears in the box when the option is selected.
Where clause
Column
Database Diagram
Check Box
4. An operator used to compare two values or expressions; For example - < (less than) - > (greater than) - = (equal to)
Comparison Operator
Normalization
Table
Access 2007
5. DOC MADE UP
Secondary Key
Recursive Dependency
Second Normal Form
Self-Join
6. A control - also called an edit field - used on a form - report or data access page to display text or accept data entry.It can have a label attached to it.
One-To-One Relationship
SQL
Text Box
Schema
7. 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.
Transact
Report
Make Table Query
Data Model
8. No partial functional-dependencies.
Attribute
SQL
View
Second Normal Form
9. A primary key that is comprised of more than one field.
Composite Key
Transaction
Default Value
Index
10. 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
E-R diagram
Currency Data Type
Text Box
Database Object
11. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Flat File
Field
Domain/Key Normal Form
Entities
12. Arrange the records in a view set in order according to a particular field
SQL
Sort
Default Value
Transitive Dependency
13. Refers to the number of associations that can exist between two record types.
Primary Key
Third Normal Form
Cardinality
Index
14. Relations which allow you to retrieve related records from the same table.
Schema
Self-Join
Third Normal Form
Relation
15. An action query that adds the records in a query's result set to the end of an existing table.
Trigger
Transitive Dependency
Select Query
Append Query
16. The conditional expession that is to be used to select particular data records from a larger set of records.
Criteria
Calculated Field
Composite Key
Data Manipulation Language
17. DBMS (Database Management System) statements used to manage data (tables and other objects) within a database
Relational Database Model
Database Object
Second Normal Form
Data Manipulation Language
18. The DML statement used to choose data from a database. The result is stored in a temporary table - called the result-set.
Select
Row
Referential Integrity Constraint
Action Query
19. A record as seen in the data sheet view.
Foreign Key
Row
Second Normal Form
SQL
20. A query ( SQL statement ) that creates a new table and then creates records in it by coping records from an existing table.
E-R diagram
Make Table Query
Transact
Expression Builder
21. A database object that prints information formatted and organised according to your specifications.
Report
Fourth Normal Form
Access
Third Normal Form
22. 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
Second Normal Form
Tuple
Default Value
23. 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
Candidate Key
Autonumber
SQL
24. 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.
Table Window
Database Diagram
Secondary Key
Transitive Dependency
25. A relation that contains no multivalued attributes.
Data Warehouse
Primary Key
First Normal Form
Tuple
26. A graphical representation of all entity relationships (Data Model)
E-R diagram
Entity Relationship Diagram
SQL
Column
27. The part of an SQL statement that specifies which record to retrieve.
Where clause
Flat File
Action Query
Referential Integrity
28. When a table is not only in 1NF but each non key field is functionally dependent on the full primary key
Secondary Key
Entity Relationship Diagram
Foreign Key
Second Normal Form
29. 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
Null
Check Box
Action Query
30. A data type that is used for fields and calculations involving money
Currency Data Type
Multi-valued Dependency
Data Model
Relation
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.
Sort
SQL
Data Mining
Referential Integrity Constraint
32. The components of a data abase i.e. tables - queries - forms - reports - pages - macros and modules.
Action Query
Determinant
Database Object
Default Value
33. A Key composed of more than one attribute.
Compound Key
Primary Key
Flat File
Where clause
34. A key that consists of 2 or more attributes that uniquely identify an entity occurrence.
Many-to-many Relationship
Where clause
Make Table Query
Compound Key
35. One or more fields whose values uniquely identify each record in a table.
Primary Key
Select
One-To-One Relationship
Delete Query
36. This is an exact numeric data type that holds from 10^38 - 1 through 10^38 - 1.
Query
SQL
Candidate Key
Numeric Data Type
37. 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.
Alternate Key
Field
Totals Query
SQL
38. 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.
Referential Integrity
Candidate Key
Fourth Normal Form
Second Normal Form
39. Guidelines set in place to ensure the trustworthiness of data over its entire life cycle.
Index
Super key
Data Model
Data Integrity Rules
40. No Transitive Dependencies.
Entity Relationship Diagram
Column Selector
Third Normal Form
Domain/Key Normal Form
41. To modify a database - or the files associated with the database.
Super key
Transact
Referential Integrity
Entities
42. Table has no anomalies.
Domain/Key Normal Form
Secondary Key
Second Normal Form
SQL
43. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
Data Model
Null
Schema
Column Selector
44. Candidate key selected for use.
Make Table Query
Hierarchical Database
Database Diagram
Primary Key
45. That structure which contains description of objects created by a user - such as base tables - views and constraints - as a part of a database.
Relational Database Model
Schema
Where clause
Check Box
46. Data from a table - form - query which is displayed in a row-and-column format.
Join
Autonumber
Transact
Data Sheet
47. Attribute that determines the value of another attribute.
Determinant
Recursive Dependency
Transact
Calculated Field
48. Knowing the value of one attribute you can determine the value of another attribute.
Flat File
Cardinality
Tuple
Functional Dependency
49. An association between two tables in which several records in one table can relate to 0 - 1 or many records in the other table.
Data Mining
SQL
Many-to-many Relationship
Field
50. Specialized engines designed specifically to store objects. Users can interact with objects only through designated methods.
Object-Oriented Database
E-R diagram
Calculated Field
Row