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 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.
Index
Tuple
Text Box
First Normal Form
2. Groups of database commands which are to be treated as a single atomic event.
Form
Second Normal Form
Currency Data Type
Transaction
3. A location within a database table that stores one particular type of data i.e. a field
Key
Currency Data Type
Tuple
Column
4. 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
Boyce-Codd Normal Form
One-To-One Relationship
Numeric Data Type
Column Selector
5. The dominant database model
Secondary Key
Transitive Dependency
Third Normal Form
Relational Database Model
6. 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).
Many-to-Many Relationships
Select Query
Attribute
Entity Relationship Diagram
7. 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.
Primary Key
Access 2007
Recursive Dependency
Referential Integrity Constraint
8. 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.
Data Mining
Access
Index
Table Window
9. 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
Data Definiton Language
Compound Key
First Normal Form
10. One or more fields whose values uniquely identify each record in a table.
Column Selector
Hierarchical Database
Third Normal Form
Primary Key
11. An operator used to compare two values or expressions; For example - < (less than) - > (greater than) - = (equal to)
Comparison Operator
Transitive Dependency
Tuple
Check Box
12. No multiple multi-valued dependencies.
Composite Key
Transaction
Database Diagram
Fourth Normal Form
13. Data about data.
Metadata
Transaction
Sort
Alternate Key
14. 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.
Check Box
Data Mining
Totals Query
Data Definiton Language
15. That structure which contains description of objects created by a user - such as base tables - views and constraints - as a part of a database.
Schema
Database Management System (DBMS)
Determinant
SQL View
16. A characteristic of a field that determines what kind of data it can store and what type of operations can be performed on it.
Key
Boyce-Codd Normal Form
SQL
Data Type
17. Relations which allow you to retrieve related records from the same table.
Foreign Key
Self-Join
Index
Composite Key
18. A type of computer file system that stores all data in a single file.
Action Query
Flat File
Trigger
Relation
19. 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.
One-To-One Relationship
Where clause
Boyce-Codd Normal Form
Database Window
20. A Key composed of more than one attribute.
Compound Key
Many-to-Many Relationships
Normalization
Database Management System (DBMS)
21. The part of an SQL statement that specifies which record to retrieve.
Report
Database
View
Where clause
22. A primary key that is comprised of more than one field.
Second Normal Form
Foreign Key
Composite Key
Compound Key
23. 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.
Calculated Field
Relation
Functional Dependency
Secondary Key
24. The persons or things that a database table is about.
Tuple
Compound Key
Entities
Select
25. Specialized engines designed specifically to store objects. Users can interact with objects only through designated methods.
Table
Data Warehouse
Object-Oriented Database
Data Model
26. An association between two tables in which several records in one table can relate to 0 - 1 or many records in the other table.
Normalization
Many-to-many Relationship
Multi-valued Dependency
Compound Key
27. No partial functional-dependencies.
Field
Triggers
Recursive Dependency
Second Normal Form
28. Functional dependency involving only non-key attributes.
Transitive Dependency
Sort
Compound Key
Access 2007
29. a.k.a record
Check Box
Tuple
Boyce-Codd Normal Form
View
30. Refers to the number of associations that can exist between two record types.
Data Definiton Language
Cardinality
Database Window
Recursive Dependency
31. The conditional expession that is to be used to select particular data records from a larger set of records.
Criteria
Schema
Select Query
Where clause
32. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
Referential Integrity Constraint
Action Query
SQL
Relational Database Model
33. A link between two or more tables.
Cardinality
Join
Sort
Data Manipulation Language
34. All key attributes defined - attributes depend on key and no repeating groups.
First Normal Form
Database
Text Box
Transitive Dependency
35. Knowingly violates one or more rules of normalization.
Best Normal Form
Normalization
View
Data Integrity Rules
36. An association/link established between common fields in two different tables. A relationship can be one-to-one - many-to-many or more usually one-to-many.
Primary Key
Relation
Comparison Operator
Where clause
37. Data from a table - form - query which is displayed in a row-and-column format.
Data Sheet
Row
Join
Append Query
38. Knowing the value of one attribute you can determine the value of another attribute.
Functional Dependency
Transact
Data
Access
39. A characteristic of the items in a database i.e. a field
E-R diagram
Field
Transact
Attribute
40. A way of looking at a database object - usually looking at the design or at the contents/results
Compound Key
Sort
View
Flat File
41. Candidate key selected for use.
Candidate Key
Primary Key
Totals Query
Database Diagram
42. The DBMS language component used to create - alter and destroy databases and database objects i.e. schemas - tables - views - sequences - catalogs - indexes - and aliases.
First Normal Form
Column Selector
Composite Key
Data Definiton Language
43. A control that indicates whether an option is selected or not. A tick mark appears in the box when the option is selected.
Check Box
Best Normal Form
Object-Oriented Database
View
44. No Transitive Dependencies.
Access
Select
Third Normal Form
Determinant
45. 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
Data Manipulation Language
Calculated Field
Database
Data Type
46. DBMS (Database Management System) statements used to manage data (tables and other objects) within a database
Database Window
Data Manipulation Language
Numeric Data Type
Table Window
47. When a table is not only in 1NF but each non key field is functionally dependent on the full primary key
Compound Key
Best Normal Form
Text Box
Second Normal Form
48. All determinants are candidate keys.
Boyce-Codd Normal Form
Join
Database
Normalization
49. A query that removes records which match the criteria you specify from one or more tables
Primary Key
Determinant
Domain/Key Normal Form
Delete Query
50. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Field
Expression Builder
Third Normal Form
Action Query