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 data type that is used for fields and calculations involving money
Second Normal Form
Database Object
Delete Query
Currency Data Type
2. Relations which allow you to retrieve related records from the same table.
Boyce-Codd Normal Form
Self-Join
Design Vie
E-R diagram
3. Knowingly violates one or more rules of normalization.
Best Normal Form
Hierarchical Database
Action Query
Normalization
4. All determinants are candidate keys.
Best Normal Form
Sort
Boyce-Codd Normal Form
Delete Query
5. Data about data.
Metadata
Domain/Key Normal Form
Cardinality
SQL
6. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
Row
Fourth Normal Form
Null
Record
7. 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.
Candidate Key
Second Normal Form
Tuple
Transitive Dependency
8. An association between two tables in which several records in one table can relate to 0 - 1 or many records in the other table.
Numeric Data Type
Many-to-many Relationship
Recursive Dependency
Tuple
9. One (or more fields) in a table that refer to the primary key in another table.
Transitive Dependency
Data Definiton Language
Data
Foreign Key
10. The persons or things that a database table is about.
Data Definiton Language
Numeric Data Type
Referential Integrity Constraint
Entities
11. Groups of database commands which are to be treated as a single atomic event.
Transaction
Super key
Transact
Data Mining
12. a.k.a record
Data Definiton Language
Tuple
Data
Database
13. 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
Comparison Operator
One-To-One Relationship
Transaction
14. A characteristic of the items in a database i.e. a field
Relation
Key
Access
Attribute
15. A way of looking at a database object - usually looking at the design or at the contents/results
SQL View
View
Form
Comparison Operator
16. A record as seen in the data sheet view.
Candidate Key
Currency Data Type
Column
Row
17. The conditional expession that is to be used to select particular data records from a larger set of records.
Relational Database Model
Third Normal Form
Relation
Criteria
18. All key attributes defined - attributes depend on key and no repeating groups.
Referential Integrity Constraint
First Normal Form
Select
Comparison Operator
19. 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
Database Window
Column Selector
Data Integrity Rules
Criteria
20. 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.
View
Multi-valued Dependency
Column
Index
21. A graphical representation of any portion of a database scheme.
Join
Best Normal Form
Database Diagram
Autonumber
22. The dominant database model
Compound Key
Attribute
Second Normal Form
Relational Database Model
23. A query that copies data or changes data in some way. This includes append - delete - make-table and update queries.
Action Query
Composite Key
Data Mining
Candidate Key
24. To modify a database - or the files associated with the database.
Transact
Data Definiton Language
SQL
Data
25. A graphical representation of all entity relationships (Data Model)
Delete Query
Expression Builder
Entity Relationship Diagram
Cardinality
26. 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.
Self-Join
Query
Report
Data Model
27. The components of a data abase i.e. tables - queries - forms - reports - pages - macros and modules.
Tuple
Database Object
Data Model
Append Query
28. A database object that prints information formatted and organised according to your specifications.
Report
Metadata
Data
Triggers
29. One or more fields whose values uniquely identify each record in a table.
Record
Entity Relationship Diagram
Data
Primary Key
30. Contents of a Database: Tables of user data - Metadata - Indexes - Stored Procedures - _______ - Security Data - Backup/Recovery Data
Transact
Compound Key
Triggers
Text Box
31. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
Many-to-many Relationship
Compound Key
SQL
Where clause
32. An operator used to compare two values or expressions; For example - < (less than) - > (greater than) - = (equal to)
Report
Comparison Operator
Determinant
Boyce-Codd Normal Form
33. 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.
Third Normal Form
Referential Integrity Constraint
Many-to-many Relationship
Group
34. A field in a table with unique values that although it is not the primary key - it could have been used as such.
Primary Key
Secondary Key
Alternate Key
Flat File
35. A key that consists of 2 or more attributes that uniquely identify an entity occurrence.
Compound Key
Column Selector
Data Definiton Language
Tuple
36. 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.
Group
Text Box
Database Management System (DBMS)
Calculated Field
37. Many-to-many relationships occur when each record in TableA may have 0 - 1 or many linked records in TableB and vice-versa.
Row
Third Normal Form
Many-to-Many Relationships
Query
38. In an access databse - a window in which you work with tables in design view or datasheet view.
Candidate Key
Boyce-Codd Normal Form
Table Window
Where clause
39. 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).
Composite Key
Select Query
Where clause
Join
40. Stored procedures that may be configured to automatically execute (fire) when certain events take place.
Transitive Dependency
Primary Key
Trigger
Database Window
41. A window that shows the design or structure of the database objects: tables - queries - forms - reports - macros and data access pages.
Report
Triggers
Index
Design Vie
42. A central repository for databases across an entire enterprise.
Access 2007
Data Warehouse
Database Object
Cardinality
43. 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
Fourth Normal Form
Referential Integrity
Primary Key
Hierarchical Database
44. A function such as sum - count or average that you use to include summary data in a report.
SQL View
Data Type
Aggregate Function
Transact
45. 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
Many-to-Many Relationships
Flat File
Criteria
46. A field data type that automatically stores a unique number for each record as it is added to a table.
Data Mining
Autonumber
Database
Data Type
47. The DML statement used to choose data from a database. The result is stored in a temporary table - called the result-set.
Aggregate Function
Referential Integrity Constraint
Select
Tuple
48. No partial functional-dependencies.
Second Normal Form
Metadata
Primary Key
Boyce-Codd Normal Form
49. 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.
SQL View
Second Normal Form
Data Sheet
Relation
50. 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
Calculated Field
Comparison Operator
Database
Data Type