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. All determinants are candidate keys.
Many-to-Many Relationships
Append Query
Boyce-Codd Normal Form
Trigger
2. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
Third Normal Form
Expression Builder
One-To-One Relationship
SQL
3. Refers to the number of associations that can exist between two record types.
Second Normal Form
Cardinality
Database
Boyce-Codd Normal Form
4. To modify a database - or the files associated with the database.
Data Sheet
Transact
Foreign Key
Totals Query
5. 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.
Select
Table
Column Selector
Candidate Key
6. No partial functional-dependencies.
Attribute
Third Normal Form
Second Normal Form
Referential Integrity
7. In an access databse - a window in which you work with tables in design view or datasheet view.
One-To-One Relationship
Table
Data Type
Table Window
8. 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.
Referential Integrity Constraint
Access 2007
Primary Key
First Normal Form
9. 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.
Self-Join
Index
Multi-valued Dependency
Database Object
10. A characteristic of a field that determines what kind of data it can store and what type of operations can be performed on it.
Candidate Key
Data Type
Database Window
Referential Integrity Constraint
11. A question about the data stored in your tables - or a request to perform an action on the data. A query can bring together data from multiple tables to serve as the source of data for a form. report or data access page.
Query
Data Warehouse
Table Window
Fourth Normal Form
12. A link between two or more tables.
Cardinality
Data Integrity Rules
Referential Integrity
Join
13. Stored procedures that may be configured to automatically execute (fire) when certain events take place.
Access 2007
Trigger
Second Normal Form
Normalization
14. Many-to-many relationships occur when each record in TableA may have 0 - 1 or many linked records in TableB and vice-versa.
Normalization
Primary Key
Many-to-Many Relationships
Totals Query
15. An operator used to compare two values or expressions; For example - < (less than) - > (greater than) - = (equal to)
Super key
Key
Comparison Operator
Action Query
16. The DML statement used to choose data from a database. The result is stored in a temporary table - called the result-set.
Metadata
Select
View
Index
17. 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.
Calculated Field
Sort
E-R diagram
Data Mining
18. DOC MADE UP
Recursive Dependency
Primary Key
Referential Integrity
Many-to-many Relationship
19. Relations which allow you to retrieve related records from the same table.
Self-Join
Autonumber
Data Warehouse
Database Diagram
20. Dependency where determinant determines a list of values.
Functional Dependency
Multi-valued Dependency
Criteria
Secondary Key
21. The conditional expession that is to be used to select particular data records from a larger set of records.
Criteria
Transact
Super key
Index
22. A query ( SQL statement ) that creates a new table and then creates records in it by coping records from an existing table.
Database Diagram
Make Table Query
Trigger
Append Query
23. A type of computer file system that stores all data in a single file.
SQL View
Flat File
Aggregate Function
Calculated Field
24. 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).
Select Query
View
Third Normal Form
Many-to-many Relationship
25. The components of a data abase i.e. tables - queries - forms - reports - pages - macros and modules.
Database Object
Design Vie
Third Normal Form
Make Table Query
26. A function such as sum - count or average that you use to include summary data in a report.
Best Normal Form
Comparison Operator
Database
Aggregate Function
27. 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.
Referential Integrity
Third Normal Form
Make Table Query
Second Normal Form
28. Data from a table - form - query which is displayed in a row-and-column format.
Index
First Normal Form
Data Sheet
Data
29. That structure which contains description of objects created by a user - such as base tables - views and constraints - as a part of a database.
Determinant
Criteria
Schema
Second Normal Form
30. When a relation is not just in Boyce-Codd Normal Form - but also contains at most one multivalued dependency.
Relation
Data Type
Database
Fourth Normal Form
31. a.k.a record
Third Normal Form
Tuple
Foreign Key
Referential Integrity Constraint
32. A query that copies data or changes data in some way. This includes append - delete - make-table and update queries.
Table
E-R diagram
Action Query
Fourth Normal Form
33. All key attributes defined - attributes depend on key and no repeating groups.
Data Sheet
First Normal Form
Functional Dependency
Comparison Operator
34. The persons or things that a database table is about.
Trigger
Design Vie
Candidate Key
Entities
35. No Transitive Dependencies.
Database Diagram
Third Normal Form
Append Query
Data Model
36. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Field
Check Box
One-To-Many Relationship
SQL View
37. A field in a table with unique values that although it is not the primary key - it could have been used as such.
Field
Action Query
Second Normal Form
Alternate Key
38. When a table is not only in 1NF but each non key field is functionally dependent on the full primary key
Composite Key
Flat File
Second Normal Form
Database
39. A record as seen in the data sheet view.
Fourth Normal Form
Row
Secondary Key
Join
40. The process of examining and analyzing data with a view to extracting patterns from it. It is usually done on data warehouses
Boyce-Codd Normal Form
Text Box
Sort
Data Mining
41. A data type that is used for fields and calculations involving money
Null
Form
Many-to-Many Relationships
Currency Data Type
42. The DBMS language component used to create - alter and destroy databases and database objects i.e. schemas - tables - views - sequences - catalogs - indexes - and aliases.
Recursive Dependency
Default Value
Data Definiton Language
Cardinality
43. Specialized engines designed specifically to store objects. Users can interact with objects only through designated methods.
Flat File
Object-Oriented Database
Totals Query
Schema
44. A window that shows the design or structure of the database objects: tables - queries - forms - reports - macros and data access pages.
Object-Oriented Database
Null
Transact
Design Vie
45. 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.
Data
Action Query
One-To-One Relationship
Fourth Normal Form
46. Functional dependency involving only non-key attributes.
Many-to-Many Relationships
Transitive Dependency
Group
Index
47. This is an exact numeric data type that holds from 10^38 - 1 through 10^38 - 1.
E-R diagram
SQL
Numeric Data Type
Second Normal Form
48. 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.
Delete Query
Secondary Key
Domain/Key Normal Form
Table
49. One or more fields whose values uniquely identify each record in a table.
Primary Key
Key
Totals Query
Relational Database Model
50. A normalization which falls between 3NF and 4NF and involves the elimination of non-trivial dependencies
Object-Oriented Database
Boyce-Codd Normal Form
Data Integrity Rules
Query