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 way of looking at a database object - usually looking at the design or at the contents/results
View
Schema
Triggers
Referential Integrity Constraint
2. The persons or things that a database table is about.
Column
One-To-Many Relationship
Expression Builder
Entities
3. 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.
Access
Best Normal Form
Domain/Key Normal Form
First Normal Form
4. 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.
Compound Key
Transitive Dependency
Transaction
Group
5. Arrange the records in a view set in order according to a particular field
First Normal Form
Sort
Database Diagram
Boyce-Codd Normal Form
6. 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.
Referential Integrity
Candidate Key
Schema
Null
7. Data from a table - form - query which is displayed in a row-and-column format.
Column Selector
Criteria
Database Window
Data Sheet
8. A location within a database table that stores one particular type of data i.e. a field
Column
Composite Key
Database
Self-Join
9. 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.
Self-Join
Data
Totals Query
Data Manipulation Language
10. a.k.a record
Check Box
Compound Key
Many-to-many Relationship
Tuple
11. Contents of a Database: Tables of user data - Metadata - Indexes - Stored Procedures - _______ - Security Data - Backup/Recovery Data
Best Normal Form
Triggers
Column
Determinant
12. DBMS (Database Management System) statements used to manage data (tables and other objects) within a database
Data Sheet
Data Manipulation Language
One-To-Many Relationship
Join
13. A field data type that automatically stores a unique number for each record as it is added to a table.
Autonumber
Delete Query
Object-Oriented Database
Triggers
14. 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.
Sort
One-To-One Relationship
Table Window
SQL
15. The part of an SQL statement that specifies which record to retrieve.
Data Manipulation Language
Where clause
One-To-Many Relationship
Access
16. The conditional expession that is to be used to select particular data records from a larger set of records.
Criteria
Relational Database Model
Comparison Operator
Domain/Key Normal Form
17. 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.
Relational Database Model
Aggregate Function
Data Model
Action Query
18. 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
Numeric Data Type
E-R diagram
Secondary Key
Relation
19. That structure which contains description of objects created by a user - such as base tables - views and constraints - as a part of a database.
Currency Data Type
First Normal Form
Schema
Relational Database Model
20. A query ( SQL statement ) that creates a new table and then creates records in it by coping records from an existing table.
Trigger
Make Table Query
Schema
Metadata
21. Dependency where determinant determines a list of values.
Third Normal Form
First Normal Form
Numeric Data Type
Multi-valued Dependency
22. Stored procedures that may be configured to automatically execute (fire) when certain events take place.
Aggregate Function
Trigger
Second Normal Form
Normalization
23. The dominant database model
Relational Database Model
Database Diagram
Key
Totals Query
24. Candidate key selected for use.
Access
Functional Dependency
Primary Key
Table Window
25. One or more fields whose values uniquely identify each record in a table.
Primary Key
First Normal Form
Null
Boyce-Codd Normal Form
26. A value that is automatically entered in a field or control when you add a new record.
Transact
Table Window
Default Value
Database Object
27. A section of a record containing data relating to one single characteristic of an entity; also called an attribute
Field
Schema
Data Warehouse
Table
28. An action query that adds the records in a query's result set to the end of an existing table.
Append Query
Third Normal Form
Data Type
Trigger
29. A graphical representation of all entity relationships (Data Model)
Super key
Triggers
Calculated Field
Entity Relationship Diagram
30. Refers to the number of associations that can exist between two record types.
Third Normal Form
Cardinality
Numeric Data Type
Super key
31. A value that may be assigned to an attribute when no other value applies or when the applicable value is unknown.
Second Normal Form
Data
Null
Hierarchical Database
32. A database object that stores data in records and fields. The data is usually about a particular category of things.
Key
Domain/Key Normal Form
Table
Access 2007
33. One (or more fields) in a table that refer to the primary key in another table.
Check Box
Foreign Key
One-To-One Relationship
Cardinality
34. A query that copies data or changes data in some way. This includes append - delete - make-table and update queries.
Select Query
Action Query
Data Type
Key
35. Data about data.
Data Definiton Language
SQL
Field
Metadata
36. 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.
Hierarchical Database
Data Sheet
Aggregate Function
Referential Integrity Constraint
37. Guidelines set in place to ensure the trustworthiness of data over its entire life cycle.
Data Integrity Rules
Referential Integrity Constraint
Referential Integrity
Schema
38. A Key composed of more than one attribute.
Design Vie
Data Manipulation Language
Primary Key
Compound Key
39. A programming language designed for managing & obtaining data in relational database management systems (RDBMS)
SQL View
Tuple
Group
SQL
40. Many-to-many relationships occur when each record in TableA may have 0 - 1 or many linked records in TableB and vice-versa.
Composite Key
Many-to-Many Relationships
Determinant
Entities
41. Attribute that determines the value of another attribute.
Database Diagram
Field
SQL
Determinant
42. A key that consists of 2 or more attributes that uniquely identify an entity occurrence.
Compound Key
Column
Foreign Key
Database
43. 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
Database
Third Normal Form
Column Selector
Sort
44. 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.
Many-to-many Relationship
Referential Integrity
Select
Relational Database Model
45. A relation that contains no multivalued attributes.
First Normal Form
Access 2007
Group
Flat File
46. The DBMS language component used to create - alter and destroy databases and database objects i.e. schemas - tables - views - sequences - catalogs - indexes - and aliases.
E-R diagram
Database
Column Selector
Data Definiton Language
47. The components of a data abase i.e. tables - queries - forms - reports - pages - macros and modules.
Group
Data Type
Compound Key
Database Object
48. A primary key that is comprised of more than one field.
Domain/Key Normal Form
Many-to-Many Relationships
Composite Key
Tuple
49. A link between two or more tables.
Join
Default Value
Flat File
Many-to-many Relationship
50. 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.
SQL
Data Mining
Design Vie
Data