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 collection of fields that together describe one entity.
Record
Fourth Normal Form
Transaction
Compound Key
2. 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).
Data Sheet
Select Query
Table
Column
3. A DBMS created by Microsoft - it is a collection of data and objects - such as tables - queries - or forms - related to a particular topic or purpose.
Access
Referential Integrity
Where clause
Relational Database Model
4. That structure which contains description of objects created by a user - such as base tables - views and constraints - as a part of a database.
Third Normal Form
Sort
Schema
SQL View
5. A database object that prints information formatted and organised according to your specifications.
Where clause
Null
Report
Boyce-Codd Normal Form
6. 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.
Third Normal Form
Many-to-many Relationship
Calculated Field
Transact
7. A relational database management system from Microsoft that combines the relational MS Jet Database Engine with a graphical user interface and software-development tools.
Aggregate Function
Access 2007
Select Query
Report
8. The process of examining and analyzing data with a view to extracting patterns from it. It is usually done on data warehouses
Data Mining
Select Query
Data Warehouse
Tuple
9. A query that copies data or changes data in some way. This includes append - delete - make-table and update queries.
Action Query
Secondary Key
SQL View
Criteria
10. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Row
Schema
Field
Composite Key
11. When a table is not only in 1NF but each non key field is functionally dependent on the full primary key
Schema
Second Normal Form
Access 2007
Index
12. A function such as sum - count or average that you use to include summary data in a report.
Row
Aggregate Function
Alternate Key
Compound Key
13. The dominant database model
Relational Database Model
Alternate Key
Data Type
Access 2007
14. A field data type that automatically stores a unique number for each record as it is added to a table.
Autonumber
View
Record
Criteria
15. A primary key that is comprised of more than one field.
Entity Relationship Diagram
Self-Join
Compound Key
Composite Key
16. All key attributes defined - attributes depend on key and no repeating groups.
First Normal Form
Form
Totals Query
Second Normal Form
17. 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.
Database Object
SQL
Boyce-Codd Normal Form
Column
18. A record as seen in the data sheet view.
Database Object
Object-Oriented Database
Row
Key
19. Guidelines set in place to ensure the trustworthiness of data over its entire life cycle.
Key
Join
Data Integrity Rules
Super key
20. The process of organizing data to minimize redundancy and produce smaller - well-structured relations/tables.
Normalization
View
Determinant
Row
21. The actual pieces of facts that are stored in the fields in a database table.
First Normal Form
Data
Boyce-Codd Normal Form
Database Diagram
22. Groups of database commands which are to be treated as a single atomic event.
Best Normal Form
Transaction
Where clause
Multi-valued Dependency
23. A graphical representation of all entity relationships (Data Model)
Entity Relationship Diagram
First Normal Form
Database Management System (DBMS)
Transitive Dependency
24. A database object on which you place controls for entering - displaying and editing records in a table.
Check Box
Form
Candidate Key
Normalization
25. 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
E-R diagram
Second Normal Form
Compound Key
One-To-One Relationship
26. a.k.a record
Column
SQL View
Tuple
Access 2007
27. A link between two or more tables.
Transitive Dependency
Join
Delete Query
Field
28. A central repository for databases across an entire enterprise.
Text Box
Action Query
Null
Data Warehouse
29. 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
Criteria
Referential Integrity Constraint
Aggregate Function
Super key
30. Contents of a Database: Tables of user data - Metadata - Indexes - Stored Procedures - _______ - Security Data - Backup/Recovery Data
Triggers
Comparison Operator
Domain/Key Normal Form
Database
31. 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.
Totals Query
Candidate Key
Join
Composite Key
32. A value that is automatically entered in a field or control when you add a new record.
Form
One-To-One Relationship
Default Value
SQL View
33. An action query that adds the records in a query's result set to the end of an existing table.
Append Query
Alternate Key
Column
Best Normal Form
34. A normalization which falls between 3NF and 4NF and involves the elimination of non-trivial dependencies
Fourth Normal Form
Transact
Boyce-Codd Normal Form
Many-to-many Relationship
35. A location within a database table that stores one particular type of data i.e. a field
Autonumber
Column
Flat File
Check Box
36. The part of an SQL statement that specifies which record to retrieve.
Sort
Where clause
Data Sheet
SQL View
37. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
Calculated Field
Field
Key
Null
38. 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 Mining
Triggers
Data Model
Fourth Normal Form
39. This is an exact numeric data type that holds from 10^38 - 1 through 10^38 - 1.
Row
Numeric Data Type
Entities
Action Query
40. 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.
Aggregate Function
Database Window
Column Selector
Best Normal Form
41. A query that removes records which match the criteria you specify from one or more tables
Delete Query
Candidate Key
Data Mining
Entity Relationship Diagram
42. DOC MADE UP
SQL
Design Vie
Calculated Field
Recursive Dependency
43. 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.
Data Mining
SQL
First Normal Form
Relation
44. 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
Table Window
Trigger
Third Normal Form
45. The persons or things that a database table is about.
Domain/Key Normal Form
Object-Oriented Database
Entities
Data Mining
46. 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 Object
Text Box
Trigger
Tuple
47. A data model in which the data is organized into a tree-like structure. The structure allows representing information using parent/child relationships: each parent can have many children - but each child has only one parent
Relational Database Model
Form
Hierarchical Database
Flat File
48. No Transitive Dependencies.
Autonumber
Third Normal Form
Data Type
Row
49. A characteristic of the items in a database i.e. a field
Query
Attribute
First Normal Form
Entities
50. Two or more controls that can be treated as one unit while designing a form or report. You can select the group instead of selecting each individual control as you are arranging controls or assigning properties.
Group
Functional Dependency
Record
Relation