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. Table has no anomalies.
Domain/Key Normal Form
Data Type
Comparison Operator
Self-Join
2. 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.
Null
Text Box
Database Management System (DBMS)
Tuple
3. 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.
Referential Integrity Constraint
Calculated Field
Numeric Data Type
Third Normal Form
4. A function such as sum - count or average that you use to include summary data in a report.
Text Box
Aggregate Function
Referential Integrity
Boyce-Codd Normal Form
5. A query that copies data or changes data in some way. This includes append - delete - make-table and update queries.
Data Sheet
Check Box
One-To-One Relationship
Action Query
6. An MS Access tool that simplifies a task. For example - you can quickly create a complex expression with the Expression Builder.
Fourth Normal Form
Default Value
Determinant
Expression Builder
7. A field in a table with unique values that although it is not the primary key - it could have been used as such.
Composite Key
Third Normal Form
Data Type
Alternate Key
8. No partial functional-dependencies.
Second Normal Form
Self-Join
Candidate Key
E-R diagram
9. This is an exact numeric data type that holds from 10^38 - 1 through 10^38 - 1.
Multi-valued Dependency
Fourth Normal Form
Access 2007
Numeric Data Type
10. A self-describing collection of integrated tables. The tables are called integrated because they store data about the relationships between the rows of data.
Foreign Key
Comparison Operator
Data Mining
Database
11. 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.
Data Integrity Rules
Data
Totals Query
E-R diagram
12. When a table is not only in 1NF but each non key field is functionally dependent on the full primary key
Null
Relational Database Model
Second Normal Form
Fourth Normal Form
13. The DML statement used to choose data from a database. The result is stored in a temporary table - called the result-set.
E-R diagram
Normalization
Select
Row
14. The actual pieces of facts that are stored in the fields in a database table.
Data
Numeric Data Type
Attribute
Data Integrity Rules
15. 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).
Cardinality
Primary Key
Select Query
Field
16. A data type that is used for fields and calculations involving money
Autonumber
View
Database Object
Currency Data Type
17. An operator used to compare two values or expressions; For example - < (less than) - > (greater than) - = (equal to)
Autonumber
Table Window
Data Type
Comparison Operator
18. A value that is automatically entered in a field or control when you add a new record.
Currency Data Type
Default Value
Database Object
Data Manipulation Language
19. One or more fields whose values uniquely identify each record in a table.
Database Object
Primary Key
Key
Transaction
20. 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
Compound Key
Text Box
SQL View
21. An action query that adds the records in a query's result set to the end of an existing table.
Data Type
Append Query
Column
Data Integrity Rules
22. 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.
Access
Attribute
Secondary Key
Column Selector
23. All determinants are candidate keys.
Comparison Operator
Relation
Boyce-Codd Normal Form
Data Manipulation Language
24. The components of a data abase i.e. tables - queries - forms - reports - pages - macros and modules.
Primary Key
Hierarchical Database
Data Definiton Language
Database Object
25. To modify a database - or the files associated with the database.
Database
Query
Make Table Query
Transact
26. Knowingly violates one or more rules of normalization.
Currency Data Type
Best Normal Form
Boyce-Codd Normal Form
Design Vie
27. A control that indicates whether an option is selected or not. A tick mark appears in the box when the option is selected.
Field
Check Box
Third Normal Form
Data Integrity Rules
28. Contents of a Database: Tables of user data - Metadata - Indexes - Stored Procedures - _______ - Security Data - Backup/Recovery Data
Database
Select
Triggers
One-To-Many Relationship
29. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
E-R diagram
Field
SQL
Aggregate Function
30. Data about data.
Report
Data Mining
Calculated Field
Metadata
31. Knowing the value of one attribute you can determine the value of another attribute.
Candidate Key
Functional Dependency
Third Normal Form
Make Table Query
32. Guidelines set in place to ensure the trustworthiness of data over its entire life cycle.
Tuple
Second Normal Form
Database Diagram
Data Integrity Rules
33. 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
Totals Query
Group
Referential Integrity
34. An association between two tables in which several records in one table can relate to 0 - 1 or many records in the other table.
Third Normal Form
Many-to-many Relationship
Recursive Dependency
Text Box
35. A normalization which falls between 3NF and 4NF and involves the elimination of non-trivial dependencies
Expression Builder
Relation
Boyce-Codd Normal Form
Second Normal Form
36. a.k.a record
Transitive Dependency
Tuple
Check Box
Access
37. 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
Multi-valued Dependency
Autonumber
Super key
Attribute
38. A record as seen in the data sheet view.
Row
Append Query
Self-Join
Database
39. A relational database management system from Microsoft that combines the relational MS Jet Database Engine with a graphical user interface and software-development tools.
Boyce-Codd Normal Form
Select Query
Access 2007
Access
40. A way of looking at a database object - usually looking at the design or at the contents/results
Select Query
View
Object-Oriented Database
Boyce-Codd Normal Form
41. 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.
One-To-One Relationship
Action Query
Transitive Dependency
Domain/Key Normal Form
42. Stored procedures that may be configured to automatically execute (fire) when certain events take place.
Table
Trigger
Delete Query
Third Normal Form
43. Candidate key selected for use.
Relational Database Model
Row
Second Normal Form
Primary Key
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.
Default Value
SQL View
Field
Foreign Key
45. 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
Data Warehouse
Access 2007
Candidate Key
46. A Key composed of more than one attribute.
Access 2007
Compound Key
Check Box
Default Value
47. A database object on which you place controls for entering - displaying and editing records in a table.
Referential Integrity Constraint
Best Normal Form
Form
Expression Builder
48. No Transitive Dependencies.
Table
One-To-One Relationship
SQL View
Third Normal Form
49. A central repository for databases across an entire enterprise.
Second Normal Form
Data Warehouse
Check Box
Data
50. 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.
Recursive Dependency
Fourth Normal Form
Index
Join