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 normalization which falls between 3NF and 4NF and involves the elimination of non-trivial dependencies
Boyce-Codd Normal Form
Field
Determinant
Multi-valued Dependency
2. 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.
Triggers
Append Query
SQL
Transaction
3. The DBMS language component used to create - alter and destroy databases and database objects i.e. schemas - tables - views - sequences - catalogs - indexes - and aliases.
Aggregate Function
Data Definiton Language
SQL
Design Vie
4. A link between two or more tables.
Join
Select
SQL
One-To-One Relationship
5. A field in a table with unique values that although it is not the primary key - it could have been used as such.
Schema
Alternate Key
Candidate Key
One-To-Many Relationship
6. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
Data Sheet
SQL
Row
Data Integrity Rules
7. 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
Many-to-Many Relationships
Compound Key
Alternate Key
8. 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.
Data Manipulation Language
Text Box
Autonumber
One-To-Many Relationship
9. Data about data.
Currency Data Type
Third Normal Form
Metadata
Field
10. Table has no anomalies.
Flat File
Key
Schema
Domain/Key Normal Form
11. A key that consists of 2 or more attributes that uniquely identify an entity occurrence.
Compound Key
Check Box
SQL
Join
12. A function such as sum - count or average that you use to include summary data in a report.
Aggregate Function
Form
Normalization
Data Type
13. 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
Data Mining
Relational Database Model
Self-Join
Super key
14. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Third Normal Form
Field
Trigger
Many-to-Many Relationships
15. A database object that stores data in records and fields. The data is usually about a particular category of things.
Table
Database Management System (DBMS)
Data Manipulation Language
Composite Key
16. 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).
Text Box
Foreign Key
Table Window
Select Query
17. DOC MADE UP
Candidate Key
Third Normal Form
Recursive Dependency
Primary Key
18. 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.
Database Management System (DBMS)
Third Normal Form
Transaction
Attribute
19. A relation that contains no multivalued attributes.
Data Manipulation Language
Trigger
First Normal Form
Compound Key
20. A record as seen in the data sheet view.
Aggregate Function
Row
Calculated Field
Compound Key
21. Dependency where determinant determines a list of values.
View
Multi-valued Dependency
Delete Query
Attribute
22. 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
Metadata
One-To-Many Relationship
Index
23. A database object that prints information formatted and organised according to your specifications.
Database
Check Box
Second Normal Form
Report
24. An operator used to compare two values or expressions; For example - < (less than) - > (greater than) - = (equal to)
Query
Delete Query
Third Normal Form
Comparison Operator
25. A query that removes records which match the criteria you specify from one or more tables
SQL
Relational Database Model
Delete Query
Self-Join
26. A database object on which you place controls for entering - displaying and editing records in a table.
Second Normal Form
Form
Column
Database Diagram
27. a.k.a record
Tuple
Sort
Database
Calculated Field
28. All key attributes defined - attributes depend on key and no repeating groups.
Attribute
Database Object
First Normal Form
Primary Key
29. 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.
Boyce-Codd Normal Form
Totals Query
Null
Super key
30. A window that shows the design or structure of the database objects: tables - queries - forms - reports - macros and data access pages.
Data Mining
Second Normal Form
Referential Integrity
Design Vie
31. A query ( SQL statement ) that creates a new table and then creates records in it by coping records from an existing table.
Column
Make Table Query
Access 2007
E-R diagram
32. 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
Database Window
Form
Cardinality
33. One (or more fields) in a table that refer to the primary key in another table.
Group
Foreign Key
Data Sheet
Sort
34. Attribute that determines the value of another attribute.
Determinant
Hierarchical Database
Data
Many-to-many Relationship
35. 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
Many-to-Many Relationships
Aggregate Function
Column Selector
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.
One-To-Many Relationship
Secondary Key
Boyce-Codd Normal Form
Schema
37. A location within a database table that stores one particular type of data i.e. a field
Normalization
Column
Report
One-To-Many Relationship
38. The process of organizing data to minimize redundancy and produce smaller - well-structured relations/tables.
Normalization
Access 2007
First Normal Form
Report
39. 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.
Text Box
Relation
Alternate Key
Group
40. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
SQL View
Domain/Key Normal Form
Null
Index
41. 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.
SQL
Database Window
Third Normal Form
Comparison Operator
42. When a relation is not just in Boyce-Codd Normal Form - but also contains at most one multivalued dependency.
Data Sheet
Boyce-Codd Normal Form
Fourth Normal Form
Join
43. Knowingly violates one or more rules of normalization.
Database
Sort
Access 2007
Best Normal Form
44. 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
Column
Many-to-many Relationship
Calculated Field
45. The process of examining and analyzing data with a view to extracting patterns from it. It is usually done on data warehouses
Compound Key
Autonumber
Check Box
Data Mining
46. No multiple multi-valued dependencies.
Fourth Normal Form
Data Sheet
Table Window
Functional Dependency
47. 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
Primary Key
Null
Totals Query
48. The components of a data abase i.e. tables - queries - forms - reports - pages - macros and modules.
Database Object
Text Box
Foreign Key
Access 2007
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
Functional Dependency
Currency Data Type
Column Selector
Entity Relationship Diagram
50. Candidate key selected for use.
Secondary Key
Primary Key
Join
Transitive Dependency