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. 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.
SQL
One-To-Many Relationship
First Normal Form
Default Value
2. Dependency where determinant determines a list of values.
Secondary Key
Multi-valued Dependency
Query
Primary Key
3. A window that shows the design or structure of the database objects: tables - queries - forms - reports - macros and data access pages.
Field
Query
Design Vie
Aggregate Function
4. A database object on which you place controls for entering - displaying and editing records in a table.
Data Type
Form
Where clause
Determinant
5. An MS Access tool that simplifies a task. For example - you can quickly create a complex expression with the Expression Builder.
Expression Builder
Comparison Operator
Relation
Entities
6. A self-describing collection of integrated tables. The tables are called integrated because they store data about the relationships between the rows of data.
Multi-valued Dependency
Database
Join
Autonumber
7. 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.
SQL
Database
Data Mining
Calculated Field
8. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Field
Report
Text Box
Fourth Normal Form
9. Knowing the value of one attribute you can determine the value of another attribute.
Aggregate Function
Flat File
Expression Builder
Functional Dependency
10. A way of looking at a database object - usually looking at the design or at the contents/results
Select
Data Integrity Rules
View
Database Object
11. A location within a database table that stores one particular type of data i.e. a field
Expression Builder
Index
Fourth Normal Form
Column
12. 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
Criteria
E-R diagram
Entity Relationship Diagram
Make Table Query
13. A normalization which falls between 3NF and 4NF and involves the elimination of non-trivial dependencies
Referential Integrity Constraint
Entities
Record
Boyce-Codd Normal Form
14. 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
Domain/Key Normal Form
Database Object
SQL View
15. A relational database management system from Microsoft that combines the relational MS Jet Database Engine with a graphical user interface and software-development tools.
Second Normal Form
Data Type
Access 2007
Boyce-Codd Normal Form
16. Functional dependency involving only non-key attributes.
Transitive Dependency
Data Mining
Compound Key
Default Value
17. All determinants are candidate keys.
Boyce-Codd Normal Form
View
Comparison Operator
Best Normal Form
18. A query that removes records which match the criteria you specify from one or more tables
Query
Text Box
Delete Query
Database Window
19. 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).
Key
Select Query
Hierarchical Database
Table
20. When a table is not only in 1NF but each non key field is functionally dependent on the full primary key
Second Normal Form
One-To-Many Relationship
Transitive Dependency
Data Definiton Language
21. 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
Trigger
Many-to-many Relationship
Database Management System (DBMS)
22. No Transitive Dependencies.
Third Normal Form
Data Type
SQL
Data Model
23. 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.
Compound Key
Field
Totals Query
Entities
24. Attribute that determines the value of another attribute.
Transaction
Entity Relationship Diagram
Row
Determinant
25. 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.
Record
Candidate Key
One-To-Many Relationship
Text Box
26. a.k.a record
Referential Integrity Constraint
Tuple
Cardinality
Best Normal Form
27. 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
First Normal Form
SQL
Data
28. 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.
Database Window
Relational Database Model
Text Box
Referential Integrity Constraint
29. This is an exact numeric data type that holds from 10^38 - 1 through 10^38 - 1.
Database Object
Numeric Data Type
Triggers
Report
30. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
Data Sheet
SQL
Primary Key
Tuple
31. 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
Action Query
Where clause
Database
Text Box
32. 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.
Key
One-To-One Relationship
Boyce-Codd Normal Form
Database Window
33. Candidate key selected for use.
Referential Integrity
Primary Key
Column Selector
Design Vie
34. Data about data.
Metadata
SQL View
Boyce-Codd Normal Form
Data Sheet
35. 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.
Metadata
Primary Key
Index
Multi-valued Dependency
36. A database object that prints information formatted and organised according to your specifications.
Trigger
Table Window
SQL View
Report
37. 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.
SQL View
Referential Integrity Constraint
Fourth Normal Form
Index
38. 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
Data Manipulation Language
Compound Key
Primary Key
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.
SQL
View
First Normal Form
Where clause
40. Stored procedures that may be configured to automatically execute (fire) when certain events take place.
Trigger
Alternate Key
First Normal Form
Transact
41. Table has no anomalies.
Domain/Key Normal Form
Group
Data Model
Metadata
42. 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.
Data Manipulation Language
Query
Referential Integrity
Key
43. Contents of a Database: Tables of user data - Metadata - Indexes - Stored Procedures - _______ - Security Data - Backup/Recovery Data
Data Mining
Triggers
Make Table Query
Transaction
44. A collection of fields that together describe one entity.
SQL
Database
Default Value
Record
45. Arrange the records in a view set in order according to a particular field
Sort
SQL
Action Query
Append Query
46. To modify a database - or the files associated with the database.
Transact
Database Window
First Normal Form
Secondary Key
47. An operator used to compare two values or expressions; For example - < (less than) - > (greater than) - = (equal to)
Data Manipulation Language
Comparison Operator
Append Query
Fourth Normal Form
48. A Key composed of more than one attribute.
Fourth Normal Form
Currency Data Type
Where clause
Compound Key
49. 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
Data Integrity Rules
Schema
Referential Integrity
50. Guidelines set in place to ensure the trustworthiness of data over its entire life cycle.
Database
Record
Expression Builder
Data Integrity Rules