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 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.
Form
Data Integrity Rules
Access 2007
SQL
2. A location within a database table that stores one particular type of data i.e. a field
Multi-valued Dependency
Cardinality
Column
First Normal Form
3. An action query that adds the records in a query's result set to the end of an existing table.
Data Integrity Rules
Transitive Dependency
Append Query
Delete Query
4. 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
Data Definiton Language
Referential Integrity Constraint
Primary Key
5. 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.
Index
SQL View
Transact
Data Type
6. A record as seen in the data sheet view.
Select Query
Row
Field
Transaction
7. A field data type that automatically stores a unique number for each record as it is added to a table.
Autonumber
Foreign Key
Many-to-Many Relationships
Criteria
8. 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.
Database Management System (DBMS)
Normalization
Referential Integrity
Currency Data Type
9. A database object on which you place controls for entering - displaying and editing records in a table.
Recursive Dependency
Form
Table
Referential Integrity
10. 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.
Multi-valued Dependency
Access
Data Definiton Language
Criteria
11. Dependency where determinant determines a list of values.
Select Query
Composite Key
Multi-valued Dependency
Entity Relationship Diagram
12. A database object that prints information formatted and organised according to your specifications.
Delete Query
Report
Data Mining
Null
13. DBMS (Database Management System) statements used to manage data (tables and other objects) within a database
SQL
Data Manipulation Language
Object-Oriented Database
Data Definiton Language
14. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Fourth Normal Form
Foreign Key
Field
Candidate Key
15. A primary key that is comprised of more than one field.
Primary Key
Table
Composite Key
Recursive Dependency
16. That structure which contains description of objects created by a user - such as base tables - views and constraints - as a part of a database.
Data Mining
Recursive Dependency
Schema
Numeric Data Type
17. Groups of database commands which are to be treated as a single atomic event.
Data
Second Normal Form
Transaction
Aggregate Function
18. Many-to-many relationships occur when each record in TableA may have 0 - 1 or many linked records in TableB and vice-versa.
Currency Data Type
Triggers
Hierarchical Database
Many-to-Many Relationships
19. All key attributes defined - attributes depend on key and no repeating groups.
First Normal Form
Join
Cardinality
Append Query
20. When a table is not only in 1NF but each non key field is functionally dependent on the full primary key
Second Normal Form
Primary Key
Currency Data Type
Third Normal Form
21. 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.
Many-to-many Relationship
Index
Functional Dependency
Aggregate Function
22. A characteristic of the items in a database i.e. a field
Attribute
Form
Database Object
Alternate Key
23. An attribute utilized to sort and/or identify data in some manner. Each table should have a primary key which uniquely identifies records.
First Normal Form
Form
Data Integrity Rules
Key
24. An association between two tables in which several records in one table can relate to 0 - 1 or many records in the other table.
Many-to-many Relationship
Database
Third Normal Form
Object-Oriented Database
25. 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.
Data Sheet
Numeric Data Type
Totals Query
Check Box
26. The part of an SQL statement that specifies which record to retrieve.
Compound Key
Action Query
Boyce-Codd Normal Form
Where clause
27. The DBMS language component used to create - alter and destroy databases and database objects i.e. schemas - tables - views - sequences - catalogs - indexes - and aliases.
Make Table Query
Data Definiton Language
Index
Column
28. One (or more fields) in a table that refer to the primary key in another table.
Normalization
View
Append Query
Foreign Key
29. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
Schema
Null
Design Vie
Attribute
30. The DML statement used to choose data from a database. The result is stored in a temporary table - called the result-set.
Select
Access 2007
Numeric Data Type
Sort
31. Functional dependency involving only non-key attributes.
Boyce-Codd Normal Form
Transitive Dependency
Column
Referential Integrity
32. A way of looking at a database object - usually looking at the design or at the contents/results
Referential Integrity
Data Type
View
Data Definiton Language
33. 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.
Data Model
Table Window
Super key
Action Query
34. A normalization which falls between 3NF and 4NF and involves the elimination of non-trivial dependencies
Delete Query
Functional Dependency
Relational Database Model
Boyce-Codd Normal Form
35. No partial functional-dependencies.
Design Vie
Second Normal Form
Data Model
Domain/Key Normal Form
36. 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.
Column
Index
Cardinality
Candidate Key
37. 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
Determinant
Third Normal Form
Database Object
E-R diagram
38. 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.
One-To-One Relationship
Third Normal Form
Aggregate Function
Trigger
39. The persons or things that a database table is about.
Entities
Cardinality
Recursive Dependency
Data Manipulation Language
40. A query ( SQL statement ) that creates a new table and then creates records in it by coping records from an existing table.
Access
Row
Make Table Query
Normalization
41. 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.
Multi-valued Dependency
Boyce-Codd Normal Form
Domain/Key Normal Form
Relation
42. 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.
Transaction
Schema
One-To-Many Relationship
SQL View
43. No Transitive Dependencies.
Field
Column Selector
Boyce-Codd Normal Form
Third Normal Form
44. One or more fields whose values uniquely identify each record in a table.
Multi-valued Dependency
Totals Query
Primary Key
SQL View
45. 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
Null
Query
Record
46. A collection of fields that together describe one entity.
Currency Data Type
Autonumber
Database Management System (DBMS)
Record
47. The conditional expession that is to be used to select particular data records from a larger set of records.
Object-Oriented Database
Key
Functional Dependency
Criteria
48. 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.
Object-Oriented Database
Triggers
Group
Numeric Data Type
49. Relations which allow you to retrieve related records from the same table.
Select
Self-Join
Data Type
Data
50. DOC MADE UP
Many-to-many Relationship
Fourth Normal Form
Transitive Dependency
Recursive Dependency