SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
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. Knowing the value of one attribute you can determine the value of another attribute.
Functional Dependency
E-R diagram
Boyce-Codd Normal Form
Query
2. 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
Data Sheet
Third Normal Form
First Normal Form
3. 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.
Select
Row
First Normal Form
Index
4. No partial functional-dependencies.
Delete Query
Database Window
Primary Key
Second Normal Form
5. Stored procedures that may be configured to automatically execute (fire) when certain events take place.
Compound Key
Database Object
Action Query
Trigger
6. Dependency where determinant determines a list of values.
Key
Multi-valued Dependency
Hierarchical Database
Data Definiton Language
7. 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
Boyce-Codd Normal Form
Record
Index
8. In an access databse - a window in which you work with tables in design view or datasheet view.
Append Query
Design Vie
Numeric Data Type
Table Window
9. A way of looking at a database object - usually looking at the design or at the contents/results
Database Object
Report
View
Select
10. 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.
Foreign Key
Third Normal Form
Database Window
Fourth Normal Form
11. Data about data.
Metadata
Data
Append Query
Data Manipulation Language
12. Contents of a Database: Tables of user data - Metadata - Indexes - Stored Procedures - _______ - Security Data - Backup/Recovery Data
Join
Append Query
Data Mining
Triggers
13. A graphical representation of any portion of a database scheme.
Fourth Normal Form
Compound Key
Data Model
Database Diagram
14. A query that copies data or changes data in some way. This includes append - delete - make-table and update queries.
Design Vie
Action Query
Compound Key
Database
15. A self-describing collection of integrated tables. The tables are called integrated because they store data about the relationships between the rows of data.
Cardinality
Criteria
Database
Many-to-many Relationship
16. A field in a table with unique values that although it is not the primary key - it could have been used as such.
Third Normal Form
Record
Delete Query
Alternate Key
17. 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
Primary Key
Check Box
Query
18. When a relation is not just in Boyce-Codd Normal Form - but also contains at most one multivalued dependency.
Column Selector
Tuple
Criteria
Fourth Normal Form
19. An operator used to compare two values or expressions; For example - < (less than) - > (greater than) - = (equal to)
Metadata
Database Management System (DBMS)
Comparison Operator
Compound Key
20. A graphical representation of all entity relationships (Data Model)
Secondary Key
Database Management System (DBMS)
Boyce-Codd Normal Form
Entity Relationship Diagram
21. No Transitive Dependencies.
Currency Data Type
Best Normal Form
Data Sheet
Third Normal Form
22. A query ( SQL statement ) that creates a new table and then creates records in it by coping records from an existing table.
Text Box
Make Table Query
Database Object
First Normal Form
23. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
Database
Row
SQL
Database Object
24. One (or more fields) in a table that refer to the primary key in another table.
Relational Database Model
Field
Third Normal Form
Foreign Key
25. The conditional expession that is to be used to select particular data records from a larger set of records.
Primary Key
Criteria
Text Box
Database Object
26. A database object that stores data in records and fields. The data is usually about a particular category of things.
Data Sheet
Functional Dependency
Table
Alternate Key
27. A data type that is used for fields and calculations involving money
Currency Data Type
Many-to-Many Relationships
Index
Transitive Dependency
28. A characteristic of the items in a database i.e. a field
Primary Key
Transact
Check Box
Attribute
29. The persons or things that a database table is about.
Database Window
Entities
Text Box
Second Normal Form
30. 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.
Select
Relational Database Model
Null
Totals Query
31. Functional dependency involving only non-key attributes.
Transitive Dependency
Fourth Normal Form
Database Management System (DBMS)
Triggers
32. A record as seen in the data sheet view.
Third Normal Form
Fourth Normal Form
Join
Row
33. 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.
Cardinality
SQL
Data
Null
34. The actual pieces of facts that are stored in the fields in a database table.
Entity Relationship Diagram
Third Normal Form
Data
Attribute
35. a.k.a record
Null
Tuple
E-R diagram
Functional Dependency
36. A value that is automatically entered in a field or control when you add a new record.
Default Value
Delete Query
Referential Integrity Constraint
Null
37. A key that consists of 2 or more attributes that uniquely identify an entity occurrence.
Form
Relation
Many-to-many Relationship
Compound Key
38. A query that removes records which match the criteria you specify from one or more tables
Super key
Delete Query
Boyce-Codd Normal Form
Attribute
39. A field data type that automatically stores a unique number for each record as it is added to a table.
Autonumber
Data Mining
Entity Relationship Diagram
Default Value
40. The components of a data abase i.e. tables - queries - forms - reports - pages - macros and modules.
Database Object
SQL View
Third Normal Form
Data
41. Candidate key selected for use.
Primary Key
Select Query
Multi-valued Dependency
SQL View
42. Many-to-many relationships occur when each record in TableA may have 0 - 1 or many linked records in TableB and vice-versa.
Determinant
Many-to-Many Relationships
Text Box
Index
43. A control that indicates whether an option is selected or not. A tick mark appears in the box when the option is selected.
Foreign Key
Check Box
Column
Comparison Operator
44. That structure which contains description of objects created by a user - such as base tables - views and constraints - as a part of a database.
Report
Cardinality
Schema
Sort
45. 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
Primary Key
Super key
Make Table Query
Select
46. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Calculated Field
Field
Data Warehouse
Database Object
47. Knowingly violates one or more rules of normalization.
Best Normal Form
Criteria
Data
Data Integrity Rules
48. Guidelines set in place to ensure the trustworthiness of data over its entire life cycle.
Design Vie
Data Integrity Rules
Criteria
Text Box
49. DBMS (Database Management System) statements used to manage data (tables and other objects) within a database
Database
Data Manipulation Language
Many-to-many Relationship
Row
50. The dominant database model
Relational Database Model
Database
Multi-valued Dependency
Table