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. Many-to-many relationships occur when each record in TableA may have 0 - 1 or many linked records in TableB and vice-versa.
Many-to-Many Relationships
Transaction
Check Box
Field
2. 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.
Check Box
Boyce-Codd Normal Form
Data Model
Metadata
3. The process of examining and analyzing data with a view to extracting patterns from it. It is usually done on data warehouses
Data Mining
Action Query
Trigger
Relation
4. Dependency where determinant determines a list of values.
Database
Default Value
Multi-valued Dependency
Criteria
5. 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.
Totals Query
Database
Calculated Field
Join
6. Data about data.
Metadata
Expression Builder
Third Normal Form
Alternate Key
7. Data from a table - form - query which is displayed in a row-and-column format.
Many-to-many Relationship
Data Sheet
Recursive Dependency
View
8. 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.
Index
Foreign Key
Database
Self-Join
9. Groups of database commands which are to be treated as a single atomic event.
Recursive Dependency
Transaction
Entities
Boyce-Codd Normal Form
10. An action query that adds the records in a query's result set to the end of an existing table.
Append Query
Table Window
Data
Data Warehouse
11. A relation that contains no multivalued attributes.
E-R diagram
Hierarchical Database
Composite Key
First Normal Form
12. 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
Query
Data Mining
View
Super key
13. A normalization which falls between 3NF and 4NF and involves the elimination of non-trivial dependencies
Boyce-Codd Normal Form
Data
Transact
Index
14. 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.
Hierarchical Database
Expression Builder
Text Box
SQL
15. A link between two or more tables.
Action Query
Primary Key
Data Warehouse
Join
16. The program which is used to organize - access and manage the data in a database - Creates - processes - and administers databases.
Table Window
SQL
Hierarchical Database
Database Management System (DBMS)
17. An operator used to compare two values or expressions; For example - < (less than) - > (greater than) - = (equal to)
Primary Key
Entity Relationship Diagram
One-To-One Relationship
Comparison Operator
18. Attribute that determines the value of another attribute.
Database
Determinant
One-To-Many Relationship
Best Normal Form
19. To modify a database - or the files associated with the database.
Foreign Key
Boyce-Codd Normal Form
Access
Transact
20. 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 Constraint
Relation
Third Normal Form
Access 2007
21. A primary key that is comprised of more than one field.
Transaction
Composite Key
Aggregate Function
Cardinality
22. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
Sort
Data Type
Null
Group
23. The process of organizing data to minimize redundancy and produce smaller - well-structured relations/tables.
Select Query
Record
Normalization
SQL
24. A self-describing collection of integrated tables. The tables are called integrated because they store data about the relationships between the rows of data.
Database
Entities
Functional Dependency
Query
25. A characteristic of the items in a database i.e. a field
Database
Third Normal Form
Attribute
Numeric Data Type
26. An attribute utilized to sort and/or identify data in some manner. Each table should have a primary key which uniquely identifies records.
Numeric Data Type
Key
Data Model
Field
27. This is a property of data which - when satisfied - requires every value of one field (attribute) of a table to exist as a value of another field in another related table.
Relation
Transact
Referential Integrity
Hierarchical Database
28. The DBMS language component used to create - alter and destroy databases and database objects i.e. schemas - tables - views - sequences - catalogs - indexes - and aliases.
Check Box
Schema
Field
Data Definiton Language
29. A value that is automatically entered in a field or control when you add a new record.
Totals Query
Entities
Default Value
Attribute
30. No Transitive Dependencies.
Many-to-many Relationship
Normalization
Third Normal Form
Default Value
31. Candidate key selected for use.
Object-Oriented Database
Form
Primary Key
Action Query
32. A graphical representation of any portion of a database scheme.
Make Table Query
Database Diagram
Key
Primary Key
33. A relational database management system from Microsoft that combines the relational MS Jet Database Engine with a graphical user interface and software-development tools.
Group
Compound Key
Access 2007
One-To-One Relationship
34. 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
Criteria
Boyce-Codd Normal Form
E-R diagram
Primary Key
35. 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
Report
Database
Fourth Normal Form
36. A database object that prints information formatted and organised according to your specifications.
Normalization
Report
Sort
Column
37. 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.
Entities
Delete Query
Entity Relationship Diagram
One-To-One Relationship
38. A database object that stores data in records and fields. The data is usually about a particular category of things.
Primary Key
Table
Row
Numeric Data Type
39. A way of looking at a database object - usually looking at the design or at the contents/results
Super key
Many-to-many Relationship
View
Referential Integrity Constraint
40. 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.
Entity Relationship Diagram
Third Normal Form
Referential Integrity Constraint
Hierarchical Database
41. 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 of0 - 1 - or many records in the related table.
Table
One-To-Many Relationship
Many-to-Many Relationships
Referential Integrity Constraint
42. A collection of fields that together describe one entity.
Autonumber
SQL View
Record
Currency Data Type
43. A Key composed of more than one attribute.
Column
Database Object
Boyce-Codd Normal Form
Compound Key
44. A window that displays the SQL statement for the current query or is used to create a SQL specific query. When you create a query in design view - Access constructs the SQL equivalent in the SQL view.
Relation
Referential Integrity
Entity Relationship Diagram
SQL View
45. A field in a table with unique values that although it is not the primary key - it could have been used as such.
Currency Data Type
Attribute
Alternate Key
Relational Database Model
46. 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.
Column Selector
Sort
SQL View
Group
47. 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
Text Box
Field
Second Normal Form
Database
48. 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
Second Normal Form
Access
Hierarchical Database
Access 2007
49. A control that indicates whether an option is selected or not. A tick mark appears in the box when the option is selected.
Check Box
Data Sheet
Transaction
Super key
50. A graphical representation of all entity relationships (Data Model)
Form
Self-Join
Entity Relationship Diagram
Criteria