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. No Transitive Dependencies.
Primary Key
Third Normal Form
Functional Dependency
Text Box
2. Relations which allow you to retrieve related records from the same table.
Database
Self-Join
Make Table Query
Check Box
3. Arrange the records in a view set in order according to a particular field
Second Normal Form
Compound Key
Sort
Hierarchical Database
4. Specialized engines designed specifically to store objects. Users can interact with objects only through designated methods.
Object-Oriented Database
Data Definiton Language
Data Warehouse
View
5. 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.
Database Window
One-To-Many Relationship
Tuple
Transitive Dependency
6. Groups of database commands which are to be treated as a single atomic event.
Group
Transaction
Design Vie
One-To-One Relationship
7. A record as seen in the data sheet view.
Composite Key
Multi-valued Dependency
Transitive Dependency
Row
8. No partial functional-dependencies.
Tuple
Second Normal Form
Table
Referential Integrity Constraint
9. 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
E-R diagram
Entities
Expression Builder
10. 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.
Fourth Normal Form
Data Model
SQL
Candidate Key
11. DOC MADE UP
Trigger
Access
Recursive Dependency
Flat File
12. 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
Super key
Third Normal Form
Where clause
Attribute
13. A control that indicates whether an option is selected or not. A tick mark appears in the box when the option is selected.
Transaction
SQL View
Comparison Operator
Check Box
14. 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.
Append Query
Access
Tuple
Referential Integrity
15. An action query that adds the records in a query's result set to the end of an existing table.
Comparison Operator
Primary Key
Append Query
Functional Dependency
16. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
Normalization
Null
SQL View
Query
17. 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.
Foreign Key
Transaction
Candidate Key
Data Manipulation Language
18. A query that copies data or changes data in some way. This includes append - delete - make-table and update queries.
Access
Database Window
Aggregate Function
Action Query
19. A location within a database table that stores one particular type of data i.e. a field
Column
Join
Key
SQL
20. An association between two tables in which several records in one table can relate to 0 - 1 or many records in the other table.
Many-to-many Relationship
Determinant
Candidate Key
Group
21. Knowingly violates one or more rules of normalization.
Autonumber
Best Normal Form
Relation
Index
22. The dominant database model
Relational Database Model
Compound Key
Comparison Operator
Group
23. This is an exact numeric data type that holds from 10^38 - 1 through 10^38 - 1.
Numeric Data Type
Key
Attribute
Sort
24. A field data type that automatically stores a unique number for each record as it is added to a table.
Domain/Key Normal Form
Autonumber
Foreign Key
Database Object
25. One (or more fields) in a table that refer to the primary key in another table.
Append Query
Foreign Key
Super key
Multi-valued Dependency
26. A field - set up in a query - that displays the result of an evaluated expression rather than displaying stored data.The value of the calculated field is re-calculated each time a value in the expression changes.
Form
Calculated Field
Text Box
Trigger
27. Data from a table - form - query which is displayed in a row-and-column format.
Comparison Operator
Data Sheet
Row
Data Mining
28. Functional dependency involving only non-key attributes.
Recursive Dependency
Relation
Transitive Dependency
Field
29. A self-describing collection of integrated tables. The tables are called integrated because they store data about the relationships between the rows of data.
Referential Integrity Constraint
Relation
Sort
Database
30. A graphical representation of all entity relationships (Data Model)
Second Normal Form
Entity Relationship Diagram
Second Normal Form
Text Box
31. A graphical representation of any portion of a database scheme.
Design Vie
Comparison Operator
Cardinality
Database Diagram
32. A window that shows the design or structure of the database objects: tables - queries - forms - reports - macros and data access pages.
Null
Best Normal Form
Design Vie
Many-to-Many Relationships
33. An attribute utilized to sort and/or identify data in some manner. Each table should have a primary key which uniquely identifies records.
Key
Second Normal Form
Data
Fourth Normal Form
34. A function such as sum - count or average that you use to include summary data in a report.
SQL View
Metadata
Functional Dependency
Aggregate Function
35. 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.
Relational Database Model
Totals Query
Report
Boyce-Codd Normal Form
36. A way of looking at a database object - usually looking at the design or at the contents/results
Transitive Dependency
Relation
SQL
View
37. 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
Row
Table Window
Metadata
38. 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
Form
Transaction
Multi-valued Dependency
39. 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.
Boyce-Codd Normal Form
SQL
View
Database Window
40. A characteristic of the items in a database i.e. a field
Table
Attribute
Third Normal Form
Database Diagram
41. Guidelines set in place to ensure the trustworthiness of data over its entire life cycle.
Data Integrity Rules
Multi-valued Dependency
Append Query
Default Value
42. A relation that contains no multivalued attributes.
Append Query
Record
Key
First Normal Form
43. 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
Totals Query
Triggers
Secondary Key
44. Contents of a Database: Tables of user data - Metadata - Indexes - Stored Procedures - _______ - Security Data - Backup/Recovery Data
Make Table Query
Triggers
Comparison Operator
SQL
45. A database object that prints information formatted and organised according to your specifications.
Report
First Normal Form
First Normal Form
Determinant
46. 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.
Relation
Join
Super key
Data Warehouse
47. A database object on which you place controls for entering - displaying and editing records in a table.
Form
Data Sheet
Append Query
Third Normal Form
48. 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).
Append Query
Best Normal Form
Delete Query
Select Query
49. 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
Candidate Key
Column Selector
Data Integrity Rules
Data Sheet
50. All determinants are candidate keys.
Super key
Make Table Query
One-To-Many Relationship
Boyce-Codd Normal Form