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. Data from a table - form - query which is displayed in a row-and-column format.
Data Sheet
Data Mining
Candidate Key
Table
2. Guidelines set in place to ensure the trustworthiness of data over its entire life cycle.
Data Integrity Rules
Tuple
Schema
Recursive Dependency
3. Stored procedures that may be configured to automatically execute (fire) when certain events take place.
Candidate Key
Normalization
Trigger
Determinant
4. Data about data.
Flat File
Metadata
Database Management System (DBMS)
Report
5. An MS Access tool that simplifies a task. For example - you can quickly create a complex expression with the Expression Builder.
First Normal Form
Group
View
Expression Builder
6. In an access databse - a window in which you work with tables in design view or datasheet view.
Relation
Table Window
Data Manipulation Language
SQL
7. A primary key that is comprised of more than one field.
Composite Key
SQL View
Hierarchical Database
Column Selector
8. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
Null
Relation
Default Value
Schema
9. 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
Compound Key
Second Normal Form
Table
E-R diagram
10. Functional dependency involving only non-key attributes.
Totals Query
Data Model
Flat File
Transitive Dependency
11. Many-to-many relationships occur when each record in TableA may have 0 - 1 or many linked records in TableB and vice-versa.
Append Query
Delete Query
Referential Integrity
Many-to-Many Relationships
12. 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.
Table
Secondary Key
Select Query
Totals Query
13. 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.
Data Model
Cardinality
Domain/Key Normal Form
View
14. No partial functional-dependencies.
Append Query
Row
Second Normal Form
Primary Key
15. 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
Boyce-Codd Normal Form
Expression Builder
Transact
16. The persons or things that a database table is about.
Second Normal Form
Domain/Key Normal Form
Entities
Select
17. No multiple multi-valued dependencies.
Fourth Normal Form
Check Box
Make Table Query
Expression Builder
18. A query that copies data or changes data in some way. This includes append - delete - make-table and update queries.
Normalization
Action Query
Access 2007
Domain/Key Normal Form
19. A location within a database table that stores one particular type of data i.e. a field
Access
Primary Key
Column
Referential Integrity
20. 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
Key
Field
Data
21. One or more fields whose values uniquely identify each record in a table.
Select
Data Model
Primary Key
Join
22. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Access
First Normal Form
Object-Oriented Database
Field
23. A data type that is used for fields and calculations involving money
Tuple
Currency Data Type
Aggregate Function
Normalization
24. A way of looking at a database object - usually looking at the design or at the contents/results
One-To-One Relationship
Tuple
Data Type
View
25. This is an exact numeric data type that holds from 10^38 - 1 through 10^38 - 1.
Sort
SQL View
Numeric Data Type
Third Normal Form
26. Groups of database commands which are to be treated as a single atomic event.
SQL
Many-to-Many Relationships
Table
Transaction
27. a.k.a record
Primary Key
Tuple
Expression Builder
Database
28. A relational database management system from Microsoft that combines the relational MS Jet Database Engine with a graphical user interface and software-development tools.
Access 2007
Where clause
One-To-One Relationship
Flat File
29. 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
First Normal Form
Query
Join
30. Attribute that determines the value of another attribute.
Determinant
Criteria
Hierarchical Database
Sort
31. A collection of fields that together describe one entity.
Record
Where clause
Data Mining
Data Manipulation Language
32. The DML statement used to choose data from a database. The result is stored in a temporary table - called the result-set.
Select
Append Query
One-To-One Relationship
Data Model
33. 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.
Tuple
Index
Database Diagram
Entities
34. The process of organizing data to minimize redundancy and produce smaller - well-structured relations/tables.
Null
Normalization
Data Mining
Index
35. A record as seen in the data sheet view.
Data Type
Group
Row
Transact
36. 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
Secondary Key
Row
Action Query
37. 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.
Flat File
Check Box
Select Query
Candidate Key
38. A normalization which falls between 3NF and 4NF and involves the elimination of non-trivial dependencies
Alternate Key
Data
Select Query
Boyce-Codd Normal Form
39. Table has no anomalies.
SQL
Self-Join
Column Selector
Domain/Key Normal Form
40. The dominant database model
Composite Key
Relational Database Model
Data Mining
Compound Key
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.
Many-to-many Relationship
SQL View
Database Management System (DBMS)
One-To-One Relationship
42. Contents of a Database: Tables of user data - Metadata - Indexes - Stored Procedures - _______ - Security Data - Backup/Recovery Data
Triggers
Select Query
Append Query
Compound Key
43. The DBMS language component used to create - alter and destroy databases and database objects i.e. schemas - tables - views - sequences - catalogs - indexes - and aliases.
Cardinality
Third Normal Form
Data Definiton Language
Compound Key
44. An attribute utilized to sort and/or identify data in some manner. Each table should have a primary key which uniquely identifies records.
Key
Column Selector
Aggregate Function
Field
45. DBMS (Database Management System) statements used to manage data (tables and other objects) within a database
Form
Domain/Key Normal Form
Select Query
Data Manipulation Language
46. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
Criteria
E-R diagram
Default Value
SQL
47. A database object that prints information formatted and organised according to your specifications.
Check Box
Table
Report
Second Normal Form
48. One (or more fields) in a table that refer to the primary key in another table.
Best Normal Form
SQL
Column
Foreign Key
49. Refers to the number of associations that can exist between two record types.
Self-Join
View
Boyce-Codd Normal Form
Cardinality
50. 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.
Text Box
Default Value
Tuple
Autonumber